summaryrefslogtreecommitdiff
path: root/app/php/pages/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/pages/config.xml')
-rw-r--r--app/php/pages/config.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/app/php/pages/config.xml b/app/php/pages/config.xml
deleted file mode 100644
index 305651e..0000000
--- a/app/php/pages/config.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
-
- <services>
- <service id="page"
- class="TPageService"
- ClientScriptManagerClass="Application.web.ClientScriptManager">
- <modules>
- <module id="theme"
- class="Application.web.ThemeManager"
- BasePath="Web._themes" />
- </modules>
- </service>
- </services>
-
- <pages MasterClass="Application.layouts.MainLayout"
- Theme="default"
- 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>