diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ychat.conf | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/etc/ychat.conf b/etc/ychat.conf index c62d885..6ed9cd0 100644 --- a/etc/ychat.conf +++ b/etc/ychat.conf @@ -554,6 +554,10 @@ </option> </category> <category name="html"> + <option name="cache"> + <value>false</value> + <descr>If set to false, yChat will not cache web documents</descr> + </option> <option name="tagsallow"> <value>false</value> <descr>If set to false, yChat strips all html tags from incoming messages</descr> @@ -645,12 +649,6 @@ </category> </category> <category name="httpd"> - <category name="html"> - <option name="cache"> - <value>true</value> - <descr>If set to false, yChat will not cache web documents</descr> - </option> - </category> <option name="serverport"> <value>2000</value> <descr>Local port on which the server listens</descr> |
