ACL Extension  0.3
 All Data Structures Namespaces Files Functions Variables
config.php
Go to the documentation of this file.
1 <?php
2 
3 return array(
4 
9  'prefix' => 'Pm',
10 
16  'strictMode' => false,
17 
24  'guestGroup' => 'Guest'
25 );
26 
27 ?>