summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
authorchris <chris@teacherscpd.co.uk>2005-08-25 01:15:45 +0200
committerchris <chris@teacherscpd.co.uk>2005-08-25 01:15:45 +0200
commitd66e3ddfed27523627d33cd17905445d27688afa (patch)
treebe85902f9582635100ca8c11be0d13f61ebe4027 /conf/dokuwiki.php
parent11e2ce226d64ac98b82ddc93a81eea66160bcc21 (diff)
downloadrpg-d66e3ddfed27523627d33cd17905445d27688afa.tar.gz
rpg-d66e3ddfed27523627d33cd17905445d27688afa.tar.bz2
non-intrusive changes to support plugin manager
darcs-hash:20050824231545-50fdc-2d0fc2e9efba6c6d740f00c9113d07eabc3963ce.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r--conf/dokuwiki.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 990e61e19..460f0a416 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -70,6 +70,7 @@ $conf['mailfrom'] = ''; //use this email when sending mails
$conf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries to autodetect
$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)
//Set target to use when creating links - leave empty for same window
$conf['target']['wiki'] = '';