diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-01-05 20:45:32 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-01-05 20:45:32 +0100 |
commit | 5284857cb2f94bc347eb56c694d894283fc41703 (patch) | |
tree | a42da2b738077afbe731b36cb739a2ef4722d54f /conf | |
parent | bcdcd3d147fd8bcc680f24de88120c23d9533b50 (diff) | |
download | dokuwiki-5284857cb2f94bc347eb56c694d894283fc41703.tar.gz dokuwiki-5284857cb2f94bc347eb56c694d894283fc41703.zip |
protect authplain and current auth plugin
Diffstat (limited to 'conf')
-rw-r--r-- | conf/plugins.required.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/plugins.required.php b/conf/plugins.required.php index a2950b760..75336da2e 100644 --- a/conf/plugins.required.php +++ b/conf/plugins.required.php @@ -5,6 +5,7 @@ * It is not recommended to change this file, as it is overwritten on DokuWiki upgrades. */ $plugins['acl'] = 1; +$plugins['authplain'] = 1; $plugins['extension'] = 1; $plugins['config'] = 1; $plugins['usermanager'] = 1; |