PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Acl
<?php namespace Nextend\Framework\Acl; use Nextend\Framework\Pattern\MVCHelperTrait; abstract class AbstractPlatformAcl { /** * @param $action * @param MVCHelperTrait $MVCHelper * * @return bool */ abstract public function authorise($action, $MVCHelper); }
[-] Acl.php
[edit]
[-] AbstractPlatformAcl.php
[edit]
[+]
..
[+]
WordPress