blob: 23cb184ef9be1759eeeb05cd98fd962e6f5888d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
return array(
'authorization' => array(
array(
'action' => 'deny',
'pages' => 'Settings',
'users' => '?',
),
),
'pages' => array(
'properties' => array(
'MasterClass' => 'Application.Pages.Layout',
'Theme' => 'White',
),
),
);
|