Current Path :
/
home
/
develito
/
www
/
components
/
com_j2xml
/
controllers
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/develito/www/components/com_j2xml/controllers/cpanel.xmlrpc.php
<?php /** * @package J2XML * @subpackage com_j2xml * * @author Helios Ciancio <info (at) eshiol (dot) it> * @link http://www.eshiol.it * @copyright Copyright (C) 2010 - 2020 Helios Ciancio. All Rights Reserved * @license http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL v3 * J2XML is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. */ // no direct access defined('_JEXEC') or die(); require_once JPATH_SITE . '/components/com_j2xml/controllers/services.xmlrpc.php'; /** * * @version 3.7.207 * @since 2.5 */ class J2XMLControllerCpanel extends J2XMLControllerServices { } ?>