summaryrefslogtreecommitdiff
path: root/_test/conf/plugins.required.php
diff options
context:
space:
mode:
authorTobias Sarnowski <tobias@trustedco.de>2012-04-18 18:04:25 +0000
committerTobias Sarnowski <tobias@trustedco.de>2012-04-18 18:04:25 +0000
commit9c6354e5be3db406fa7f0966d65063e1d3b4d242 (patch)
tree4f623d8cf68172dc33fd400569ef0c42738da407 /_test/conf/plugins.required.php
parent12ee47747b9cb9a810efab28352eeb0f0bbb9998 (diff)
downloadrpg-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.php11
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;