diff options
Diffstat (limited to 'wiki/conf/plugins.php')
-rwxr-xr-x | wiki/conf/plugins.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wiki/conf/plugins.php b/wiki/conf/plugins.php new file mode 100755 index 0000000..b2c7997 --- /dev/null +++ b/wiki/conf/plugins.php @@ -0,0 +1,6 @@ +<?php +/** + * This file configures the default states of available plugins. All settings in + * the plugins.*.php files will override those here. + */ +$plugins['testing'] = 0; |