summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/quickstart/protected/application.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml
index 0eba3be7..cd6dd01e 100644
--- a/demos/quickstart/protected/application.xml
+++ b/demos/quickstart/protected/application.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<application id="QuickStart" Mode="Debug">
- <!--<modules>-->
+ <modules>
<!-- uncomment the following to enable caching
<module id="cache" class="System.Caching.TSqliteCache" />
-->
@@ -10,7 +10,7 @@
<route class="TFileLogRoute" />
</module>
-->
- <!--</modules>-->
+ </modules>
<paths>
<using namespace="Application.controls.*" />
</paths>