summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorKate Arzamastseva <pshns@ukr.net>2011-07-10 14:42:10 +0300
committerKate Arzamastseva <pshns@ukr.net>2011-07-10 14:42:10 +0300
commitabc5e9c041a9f062f4506e4d643d1838a562b460 (patch)
tree62e3331744130aac11fe2350e666af42e38995f2 /conf
parentde11c42f80968ac41dc4164829845c1e5dae25c2 (diff)
parent0cacf91f96aa51a4c66082fe6c9b034fe61a1290 (diff)
downloadrpg-abc5e9c041a9f062f4506e4d643d1838a562b460.tar.gz
rpg-abc5e9c041a9f062f4506e4d643d1838a562b460.tar.bz2
merging
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index e90e4fc23..5e185e9c2 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -108,6 +108,7 @@ $conf['subscribers'] = 0; //enable change notice subscription sup
$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['cssdatauri'] = 0; //Maximum byte size of small images to embed into CSS, won't work on IE<8
$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?
$conf['sitemap'] = 0; //Create a google sitemap? How often? In days.