PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
caribe
/
administrator
/
components
/
com_login
<?php /** * @package Joomla.Administrator * @subpackage com_login * * @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; $input = JFactory::getApplication()->input; $task = $input->get('task'); if ($task != 'login' && $task != 'logout') { $input->set('task', ''); $task = ''; } $controller = JControllerLegacy::getInstance('Login'); $controller->execute($task); $controller->redirect();
[+]
..
[-] controller.php
[edit]
[-] index.html
[edit]
[-] login.php
[edit]
[-] login.xml
[edit]
[+]
models
[+]
views
[-] .htaccess.disabled
[edit]