__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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\MVC\Controller\FormController;
use Joomla\CMS\Factory;
jimport('joomla.application.component.controllerform');
class PhocaGalleryCpControllerPhocaGalleryef extends FormController
{
protected $option = 'com_phocagallery';
function __construct($config=array()) {
parent::__construct($config);
}
protected function allowAdd($data = array()) {
$user = Factory::getUser();
$allow = null;
$allow = $user->authorise('core.create', 'com_phocagallery');
if ($allow === null) {
return parent::allowAdd($data);
} else {
return $allow;
}
}
protected function allowEdit($data = array(), $key = 'id') {
$user = Factory::getUser();
$allow = null;
$allow = $user->authorise('core.edit', 'com_phocagallery');
if ($allow === null) {
return parent::allowEdit($data, $key);
} else {
return $allow;
}
}
}
?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| index.html | File | 44 B | 0664 |
|
| phocagalleryc.php | File | 12.93 KB | 0664 |
|
| phocagalleryco.php | File | 1.24 KB | 0664 |
|
| phocagallerycoimg.php | File | 1.24 KB | 0664 |
|
| phocagallerycoimgs.php | File | 1.37 KB | 0664 |
|
| phocagallerycos.php | File | 1.25 KB | 0664 |
|
| phocagallerycs.php | File | 3.32 KB | 0664 |
|
| phocagalleryef.php | File | 1.24 KB | 0664 |
|
| phocagalleryefs.php | File | 1.36 KB | 0664 |
|
| phocagalleryfb.php | File | 1.24 KB | 0664 |
|
| phocagalleryfbs.php | File | 1.37 KB | 0664 |
|
| phocagalleryimg.php | File | 4.46 KB | 0664 |
|
| phocagalleryimgs.php | File | 2.63 KB | 0664 |
|
| phocagalleryin.php | File | 653 B | 0664 |
|
| phocagallerym.php | File | 3.1 KB | 0664 |
|
| phocagalleryra.php | File | 1.24 KB | 0664 |
|
| phocagalleryraimg.php | File | 1.25 KB | 0664 |
|
| phocagalleryt.php | File | 6.09 KB | 0664 |
|
| phocagallerytag.php | File | 1.25 KB | 0664 |
|
| phocagallerytags.php | File | 1.37 KB | 0664 |
|
| phocagalleryu.php | File | 4.48 KB | 0664 |
|
| phocagalleryuser.php | File | 491 B | 0664 |
|
| phocagalleryusers.php | File | 3 KB | 0664 |
|
| phocagalleryytb.php | File | 6.3 KB | 0664 |
|