__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/* @package Joomla
* @copyright Copyright (C) Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* @extension Phoca Extension
* @copyright Copyright (C) Jan Pavelka www.phoca.cz
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*/
defined('_JEXEC') or die;
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\MVC\Controller\BaseController;
if (!Factory::getUser()->authorise('core.manage', 'com_phocacommander')) {
throw new Exception(Text::_('COM_PHOCACOMMANDER_ERROR_ALERTNOAUTHOR'), 404);
return false;
}
require_once( JPATH_COMPONENT.'/controller.php' );
jimport( 'joomla.filesystem.folder' );
jimport( 'joomla.filesystem.file' );
require_once JPATH_ADMINISTRATOR . '/components/com_phocacommander/libraries/autoloadPhoca.php';
require_once( JPATH_COMPONENT.'/helpers/renderadminview.php' );
require_once( JPATH_COMPONENT.'/helpers/phocacommander.php' );
require_once( JPATH_COMPONENT.'/helpers/phocacommanderresponse.php' );
require_once( JPATH_COMPONENT.'/helpers/fileupload.php' );
require_once( JPATH_COMPONENT.'/helpers/fileuploadmultiple.php' );
require_once( JPATH_COMPONENT.'/helpers/renderadmin.php' );
jimport('joomla.application.component.controller');
$controller = BaseController::getInstance('PhocaCommanderCp');
$controller->execute(Factory::getApplication()->getInput()->get('task'));
$controller->redirect();
?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| controllers | Folder | 0775 |
|
|
| help | Folder | 0775 |
|
|
| helpers | Folder | 0775 |
|
|
| install | Folder | 0775 |
|
|
| libraries | Folder | 0775 |
|
|
| models | Folder | 0775 |
|
|
| tables | Folder | 0775 |
|
|
| update | Folder | 0775 |
|
|
| views | Folder | 0775 |
|
|
| access.xml | File | 723 B | 0664 |
|
| config.xml | File | 9.04 KB | 0664 |
|
| controller.php | File | 1.36 KB | 0664 |
|
| index.html | File | 44 B | 0664 |
|
| phocacommander.php | File | 1.4 KB | 0664 |
|
| phocacommander.xml | File | 2.88 KB | 0664 |
|
| script.php | File | 53.35 KB | 0664 |
|