summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-02-08 10:12:14 +0100
committerAdrian Lang <lang@cosmocode.de>2010-02-08 10:16:12 +0100
commitb965ba797e5c2dff71007ca41e54e5c9bf100429 (patch)
treebf7259a5e5b98459c35e3c94f23d11cc52646942 /conf/dokuwiki.php
parent25fabd1de0b6421edfdfb47904354a7b8bff16e0 (diff)
downloadrpg-b965ba797e5c2dff71007ca41e54e5c9bf100429.tar.gz
rpg-b965ba797e5c2dff71007ca41e54e5c9bf100429.tar.bz2
Fix digest time default value
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r--conf/dokuwiki.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 0a0d5c84a..a909ee46e 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -103,7 +103,7 @@ $conf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries
$conf['im_convert'] = ''; //path to ImageMagicks convert (will be used instead of GD)
$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)
+$conf['subscribe_time'] = 24*60*60; //Time after which digests / lists are sent (in sec, default 1 day)
//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