blob: 7a42d86641fb5836d2e64fb43c687e8f7152f516 (
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',
),
),
);
|