PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
administrator
/
components
/
com_localise
<?php /** * @package Com_Localise * @subpackage com_localise * * @copyright Copyright (C) 2005 - 2015 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', 'com_localise')) { return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR')); } // Include helper files require_once JPATH_COMPONENT . '/helpers/defines.php'; require_once JPATH_COMPONENT . '/helpers/localise.php'; // Load Composer Autoloader require_once JPATH_COMPONENT_ADMINISTRATOR . '/vendor/autoload.php'; // Get the controller $controller = JControllerLegacy::getInstance('Localise'); // Execute the task. $controller->execute(JFactory::getApplication()->input->get('task')); $controller->redirect();
[+]
..
[-] access.xml
[edit]
[-] config.xml
[edit]
[-] controller.php
[edit]
[+]
controllers
[+]
customisedref
[+]
develop
[+]
help
[+]
helpers
[-] index.html
[edit]
[-] install.php
[edit]
[+]
language
[+]
layouts
[-] localise.php
[edit]
[-] localise.xml
[edit]
[+]
models
[+]
packages
[+]
sql
[+]
tables
[+]
vendor
[+]
views
[-] .htaccess.disabled
[edit]