summaryrefslogtreecommitdiff
path: root/demos/sqlmap
diff options
context:
space:
mode:
Diffstat (limited to 'demos/sqlmap')
-rw-r--r--demos/sqlmap/protected/pages/Manual/config.xml11
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