diff options
author | carlgmathisen <> | 2008-12-02 00:02:51 +0000 |
---|---|---|
committer | carlgmathisen <> | 2008-12-02 00:02:51 +0000 |
commit | 439b0b12dc8f6cbeb769fe4f2c0061ff9d3c9d31 (patch) | |
tree | 30046fc52a8c2ae53bad05224c95dbabd0d5238f /demos/personal/protected/Pages/config.php | |
parent | c356dfc6660d68f1e7fbde92aaf15c6a94894d4f (diff) |
php configuration type
Diffstat (limited to 'demos/personal/protected/Pages/config.php')
-rw-r--r-- | demos/personal/protected/Pages/config.php | 18 |
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 |