summaryrefslogtreecommitdiff
path: root/app/php/pages
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/pages')
-rw-r--r--app/php/pages/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/php/pages/config.xml b/app/php/pages/config.xml
index d387667..834a5b4 100644
--- a/app/php/pages/config.xml
+++ b/app/php/pages/config.xml
@@ -1,7 +1,14 @@
<configuration>
+
+ <pages MasterClass="Application.layouts.MainLayout"
+ StatePersisterClass="System.Web.UI.TCachePageStatePersister"
+ StatePersister.CacheModuleID="cache"
+ StatePersister.CacheTimeout="3600" />
+
<authorization>
<allow pages="Admin,Signup" roles="Admin" />
<deny pages="Admin,Signup" />
<deny pages="Profile" users="?" />
</authorization>
+
</configuration>