diff options
author | wei <> | 2006-07-16 06:27:25 +0000 |
---|---|---|
committer | wei <> | 2006-07-16 06:27:25 +0000 |
commit | ed600b0d55dd7c38e4416cf4bd6df43a71244b81 (patch) | |
tree | 697a6cd261201286b66230f5a9c4e344320f151e /demos/sqlmap/protected | |
parent | 567ab5d2b3545baf1fa536f23ea4f5ef6fe71d68 (diff) |
Rename APP_CODE directory name again.
Diffstat (limited to 'demos/sqlmap/protected')
-rw-r--r-- | demos/sqlmap/protected/pages/Manual/config.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/sqlmap/protected/pages/Manual/config.xml b/demos/sqlmap/protected/pages/Manual/config.xml new file mode 100644 index 00000000..2cc63db4 --- /dev/null +++ b/demos/sqlmap/protected/pages/Manual/config.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?>
+
+<configuration>
+ <modules>
+ <module id="theme"
+ class="System.Web.UI.TThemeManager"
+ BasePath="Quickstart.themes"
+ BaseUrl="../quickstart/themes" />
+ </modules>
+ <pages MasterClass="Application.pages.Manual.Layout" Theme="PradoSoft" />
+</configuration>
\ No newline at end of file |