diff options
author | wei <> | 2006-06-12 02:35:39 +0000 |
---|---|---|
committer | wei <> | 2006-06-12 02:35:39 +0000 |
commit | 0fbba632e80e8a2d0327fea6c5ef86972494a8eb (patch) | |
tree | e47cd1da04ac0c4e5b6f72d2b85b686144991c08 /demos/quickstart/protected/application.xml | |
parent | 184a867dd08a98cce84466ad32d94796adaf3de9 (diff) |
Add EnableComments option.
Diffstat (limited to 'demos/quickstart/protected/application.xml')
-rw-r--r-- | demos/quickstart/protected/application.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index 7ed4a749..1765230b 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -24,4 +24,7 @@ <services>
<service id="page" class="TPageService" DefaultPage="GettingStarted.Introduction" />
</services>
+ <parameters>
+ <parameter id="enableNewComment" value="false" />
+ </parameters>
</application>
\ No newline at end of file |