__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/*
* @package Joomla.Framework
* @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*
* @component Phoca Component
* @copyright Copyright (C) Jan Pavelka www.phoca.cz
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License version 2 or later;
*/
defined('_JEXEC') or die;
use Joomla\CMS\Factory;
use Joomla\CMS\Object\CMSObject;
class PhocaGalleryCoImgsHelper
{
public static function getActions($categoryId = 0, $imageCommentId = 0)
{
$user = Factory::getUser();
$result = new CMSObject;
if (empty($categoryId)) {
$assetName = 'com_phocagallery';
} else {
$assetName = 'com_phocagallery.phocagallerycoimgs.'.(int) $categoryId;
}
$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 |
|---|---|---|---|---|
| index.html | File | 26 B | 0664 |
|
| phocagallerycoimgs.php | File | 1.01 KB | 0664 |
|
| phocagallerycos.php | File | 1 KB | 0664 |
|
| phocagallerycp.php | File | 880 B | 0664 |
|
| phocagallerycs.php | File | 1009 B | 0664 |
|
| phocagalleryefs.php | File | 1 KB | 0664 |
|
| phocagalleryfbs.php | File | 1005 B | 0664 |
|
| phocagalleryimgs.php | File | 1013 B | 0664 |
|
| phocagallerym.php | File | 1007 B | 0664 |
|
| phocagalleryra.php | File | 1011 B | 0664 |
|
| phocagalleryraimg.php | File | 1017 B | 0664 |
|
| phocagalleryt.php | File | 1007 B | 0664 |
|
| phocagallerytag.php | File | 2.45 KB | 0664 |
|
| phocagallerytags.php | File | 1003 B | 0664 |
|
| phocagalleryusers.php | File | 1015 B | 0664 |
|