diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dokuwiki.php | 1 |
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'] = ''; |