__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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_phocadownload')) {
throw new Exception(Text::_('COM_PHOCADOWNLOAD_ERROR_ALERTNOAUTHOR'), 404);
return false;
}
if (! class_exists('PhocaDownloadLoader')) {
require_once( JPATH_ADMINISTRATOR.'/components/com_phocadownload/libraries/loader.php');
}
require_once JPATH_ADMINISTRATOR . '/components/com_phocadownload/libraries/autoloadPhoca.php';
require_once( JPATH_COMPONENT.'/controller.php' );
jimport( 'joomla.filesystem.folder' );
jimport( 'joomla.filesystem.file' );
phocadownloadimport('phocadownload.path.path');
phocadownloadimport('phocadownload.utils.utils');
phocadownloadimport('phocadownload.utils.settings');
phocadownloadimport('phocadownload.utils.exception');
phocadownloadimport('phocadownload.render.renderadmin');
phocadownloadimport('phocadownload.render.renderadminview');
phocadownloadimport('phocadownload.render.renderadminviews');
phocadownloadimport('phocadownload.html.category');
phocadownloadimport('phocadownload.html.jgrid');
phocadownloadimport('phocadownload.html.batch');
phocadownloadimport('phocadownload.file.file');
phocadownloadimport('phocadownload.file.fileupload');
phocadownloadimport('phocadownload.file.fileuploadmultiple');
phocadownloadimport('phocadownload.file.fileuploadsingle');
phocadownloadimport('phocadownload.category.category');
phocadownloadimport('phocadownload.tag.tag');
phocadownloadimport('phocadownload.rate.rate');
jimport('joomla.application.component.controller');
$controller = BaseController::getInstance('PhocaDownloadCp');
$controller->execute(Factory::getApplication()->input->get('task'));
$controller->redirect();
?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| controllers | Folder | 0775 |
|
|
| help | Folder | 0775 |
|
|
| helpers | Folder | 0775 |
|
|
| install | Folder | 0775 |
|
|
| layouts | 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 | 34.3 KB | 0664 |
|
| controller.php | File | 2.34 KB | 0664 |
|
| index.html | File | 44 B | 0664 |
|
| phocadownload.php | File | 2.04 KB | 0664 |
|
| phocadownload.xml | File | 5.51 KB | 0664 |
|
| script.php | File | 49.96 KB | 0664 |
|