0byt3m1n1-V2
Path:
/
home
/
academiac
/
www
/
administrator
/
components
/
com_config
/
[
Home
]
File: config.php
<?php /** * @package Joomla.Administrator * @subpackage com_config * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; // Access checks are done internally because of different requirements for the two controllers. // Tell the browser not to cache this page. JResponse::setHeader('Expires', 'Mon, 26 Jul 1997 05:00:00 GMT', true); // Execute the controller. $controller = JControllerLegacy::getInstance('Config'); $controller->execute(JRequest::getCmd('task')); $controller->redirect();
©
2018.