summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-02-05 10:03:19 +0100
committerAdrian Lang <lang@cosmocode.de>2010-02-08 10:16:12 +0100
commit25fabd1de0b6421edfdfb47904354a7b8bff16e0 (patch)
treeab5626bb5c4ae6fd7dcc15feb6176c3c27514284 /conf
parent9bec85f2322b78de408af08a84bf7de4200c8d2c (diff)
downloadrpg-25fabd1de0b6421edfdfb47904354a7b8bff16e0.tar.gz
rpg-25fabd1de0b6421edfdfb47904354a7b8bff16e0.tar.bz2
Fix documentation for subscribe_time
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index e6a19e60b..0a0d5c84a 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -104,7 +104,7 @@ $conf['im_convert'] = ''; //path to ImageMagicks convert (will be
$conf['jpg_quality'] = '70'; //quality of compression when scaling jpg images (0-100)
$conf['subscribers'] = 0; //enable change notice subscription support
$conf['subscribe_time'] = 24 * 60 * 60; //Time after which digests / lists are sent (in sec, default 1 day)
- //Should be larger than the time specified in recent_days
+ //Should be smaller than the time specified in recent_days
$conf['compress'] = 1; //Strip whitespaces and comments from Styles and JavaScript? 1|0
$conf['hidepages'] = ''; //Regexp for pages to be skipped from RSS, Search and Recent Changes
$conf['send404'] = 0; //Send a HTTP 404 status for non existing pages?