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.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.php')
-rw-r--r-- | _test/conf/plugins.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/_test/conf/plugins.php b/_test/conf/plugins.php deleted file mode 100644 index b2c79970d..000000000 --- a/_test/conf/plugins.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php -/** - * This file configures the default states of available plugins. All settings in - * the plugins.*.php files will override those here. - */ -$plugins['testing'] = 0; |