summaryrefslogtreecommitdiff
path: root/demos/personal/protected/Pages/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'demos/personal/protected/Pages/config.php')
-rw-r--r--demos/personal/protected/Pages/config.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/demos/personal/protected/Pages/config.php b/demos/personal/protected/Pages/config.php
new file mode 100644
index 00000000..7a6c9a6c
--- /dev/null
+++ b/demos/personal/protected/Pages/config.php
@@ -0,0 +1,18 @@
+<?php
+return array(
+ 'authorization' => array(
+ array(
+ 'action' => 'deny',
+ 'properties' => array(
+ 'pages' => 'Settings',
+ 'users' => '?',
+ ),
+ ),
+ ),
+ 'pages' => array(
+ 'properties' => array(
+ 'MasterClass' => 'Application.Pages.Layout',
+ 'Theme' => 'White',
+ ),
+ ),
+); \ No newline at end of file