diff options
Diffstat (limited to 'demos/personal/protected/a/config.xml')
-rw-r--r-- | demos/personal/protected/a/config.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/personal/protected/a/config.xml b/demos/personal/protected/a/config.xml new file mode 100644 index 00000000..b3d6b036 --- /dev/null +++ b/demos/personal/protected/a/config.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?>
+
+<configuration>
+ <pages MasterClass="Pages.Layout">
+ <page id="home" type="HomePage" />
+ <page id="login" type="LoginPage" />
+ </pages>
+</configuration>
\ No newline at end of file |