| Current Path : /home/bateauecpx/www/plugins/j2store/app_diagnostics/app_diagnostics/ |
| Current File : /home/bateauecpx/www/plugins/j2store/app_diagnostics/app_diagnostics/controller.php |
<?php
/**
* @package J2Store
* @copyright Copyright (c)2014-17 Ramesh Elamathi / J2Store.org
* @license GNU GPL v3 or later
*/
/** ensure this file is being included by a parent file */
defined('_JEXEC') or die('Restricted access');
require_once(JPATH_ADMINISTRATOR.'/components/com_j2store/library/appcontroller.php');
class J2StoreControllerApp_Diagnostics extends J2StoreAppController
{
var $_element = 'app_diagnostics';
}