[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
backup
/
alajaji
/
administrator
/
components
/
com_config
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 controller
SET
[ DEL ]
📁 controllers
SET
[ DEL ]
📁 helper
SET
[ DEL ]
📁 model
SET
[ DEL ]
📁 models
SET
[ DEL ]
📁 view
SET
[ DEL ]
📄 access.xml
223 B
SET
[ EDIT ]
|
[ DEL ]
📄 config.php
910 B
SET
[ EDIT ]
|
[ DEL ]
📄 config.xml
987 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: config.php
<?php /** * @package Joomla.Administrator * @subpackage com_config * * @copyright (C) 2005 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; JHtml::_('behavior.tabstate'); // Access checks are done internally because of different requirements for the two controllers. // Tell the browser not to cache this page. JFactory::getApplication()->setHeader('Expires', 'Mon, 26 Jul 1997 05:00:00 GMT', true); // Load classes JLoader::registerPrefix('Config', JPATH_COMPONENT); JLoader::registerPrefix('Config', JPATH_ROOT . '/components/com_config'); // Application $app = JFactory::getApplication(); $controllerHelper = new ConfigControllerHelper; $controller = $controllerHelper->parseController($app); $controller->prefix = 'Config'; // Perform the Request task $controller->execute();