summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-06-18 10:16:47 +0200
committerAndreas Gohr <andi@splitbrain.org>2011-06-18 10:16:47 +0200
commit28f4004c937cfc11f16e6cc7c0eb7da1a61dfcbe (patch)
treebd271a130837a35f1ca5932d57d1e0c730c10468 /conf
parent809d3ba53bea8b34155cb8d009d7fa4b8a7bbdaf (diff)
downloadrpg-28f4004c937cfc11f16e6cc7c0eb7da1a61dfcbe.tar.gz
rpg-28f4004c937cfc11f16e6cc7c0eb7da1a61dfcbe.tar.bz2
Made the maximum embed size for datauris configurable
The feature is now disabled by default. Metadata for config manager was added.
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 67edc46a6..5e185e9c2 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -108,7 +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'] = 1; //Embed small images into CSS, won't work on IE<8 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.