diff options
Diffstat (limited to 'demos/quickstart/protected')
-rw-r--r-- | demos/quickstart/protected/application.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index cf00807c..0eba3be7 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -3,10 +3,10 @@ <application id="QuickStart" Mode="Debug">
<!--<modules>-->
<!-- uncomment the following to enable caching
- <module id="cache" class="System.Data.TSqliteCache" />
+ <module id="cache" class="System.Caching.TSqliteCache" />
-->
<!-- uncomment the following to enable logging to file
- <module id="log" class="System.Log.TLogRouter">
+ <module id="log" class="System.Util.TLogRouter">
<route class="TFileLogRoute" />
</module>
-->
|