0byt3m1n1-V2
Path:
/
home
/
phangnga
/
administrator
/
components
/
com_gantry
/
[
Home
]
File: gantry.php
<?php /** * @package gantry * @subpackage core * @version 4.1.31 April 11, 2016 * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2016 RocketTheme, LLC * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only * * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system * */ // No direct access defined( '_JEXEC' ) or die( 'Restricted access' ); // Access check. if (!JFactory::getUser()->authorise('core.manage', 'com_templates')) { return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR')); } // Include dependancies jimport('joomla.application.component.controller'); require_once(dirname(__FILE__).'/compatability.php'); $controller = GantryLegacyJController::getInstance('Gantry'); $controller->execute(JFactory::getApplication()->input->get('task')); $controller->redirect();
©
2018.