diff options
author | xue <> | 2005-11-16 18:41:59 +0000 |
---|---|---|
committer | xue <> | 2005-11-16 18:41:59 +0000 |
commit | fdd0a3ad7b2f9f942b94fde84277529ecae2a3b3 (patch) | |
tree | fe4126c804bab2a96a85990c218ec4dd7384c59e /demos/personal/protected/a/config.xml | |
parent | e27780e23d0df3e0a08fd3ae4e60fc81a51d42cc (diff) |
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 |