diff options
author | Tobias Sarnowski <tobias@trustedco.de> | 2012-04-18 18:04:25 +0000 |
---|---|---|
committer | Tobias Sarnowski <tobias@trustedco.de> | 2012-04-18 18:04:25 +0000 |
commit | 9c6354e5be3db406fa7f0966d65063e1d3b4d242 (patch) | |
tree | 4f623d8cf68172dc33fd400569ef0c42738da407 /_test/conf/plugins.required.php | |
parent | 12ee47747b9cb9a810efab28352eeb0f0bbb9998 (diff) | |
download | rpg-9c6354e5be3db406fa7f0966d65063e1d3b4d242.tar.gz rpg-9c6354e5be3db406fa7f0966d65063e1d3b4d242.tar.bz2 |
use original conf directory and only shadow special files
https://github.com/splitbrain/dokuwiki/pull/96#issuecomment-5195756
Diffstat (limited to '_test/conf/plugins.required.php')
-rw-r--r-- | _test/conf/plugins.required.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/_test/conf/plugins.required.php b/_test/conf/plugins.required.php deleted file mode 100644 index 26eb8888b..000000000 --- a/_test/conf/plugins.required.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -/** - * This file configures the enabled/disabled status of plugins, which are also protected - * from changes by the extention manager. These settings will override any local settings. - * It is not recommended to change this file, as it is overwritten on DokuWiki upgrades. - */ -$plugins['acl'] = 1; -$plugins['plugin'] = 1; -$plugins['config'] = 1; -$plugins['usermanager'] = 1; -$plugins['revert'] = 1; |