?
Path : /home/admin/public_html/old/happy2/administrator/components/com_categories/ |
Current File : /home/admin/public_html/old/happy2/administrator/components/com_categories/categories.php |
<?php /** * @package Joomla.Administrator * @subpackage com_categories * @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; // Access check. if (!JFactory::getUser()->authorise('core.manage', JRequest::getCmd('extension'))) { return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR')); } // Execute the task. $controller = JControllerLegacy::getInstance('Categories'); $controller->execute(JRequest::getVar('task')); $controller->redirect();