summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorchris <chris@jalakai.co.uk>2006-01-26 02:13:42 +0100
committerchris <chris@jalakai.co.uk>2006-01-26 02:13:42 +0100
commit20e7ccb0f10f57918093f76e85ca7afe71efb3bf (patch)
tree84a3664a34876732cba3709c27382dbdfed8999d /conf
parente77ea1bc9d5f596e8f8916d108e05be855161320 (diff)
downloadrpg-20e7ccb0f10f57918093f76e85ca7afe71efb3bf.tar.gz
rpg-20e7ccb0f10f57918093f76e85ca7afe71efb3bf.tar.bz2
config plugin update & removal of $conf['pluginmanager'] option
darcs-hash:20060126011342-9b6ab-40d04573bef34fa4012edac74186355b9a7ff0d9.gz
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 1e4ec61d5..2cbcf48b3 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -77,7 +77,6 @@ $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['spellchecker']= 0; //enable Spellchecker (needs PHP >= 4.3.0 and aspell installed)
$conf['subscribers'] = 0; //enable change notice subscription support
-$conf['pluginmanager'] = 0; //enable automated plugin management (requires plugin)
$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?