summaryrefslogtreecommitdiff
path: root/_test/conf/plugins.required.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/conf/plugins.required.php')
-rw-r--r--_test/conf/plugins.required.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/_test/conf/plugins.required.php b/_test/conf/plugins.required.php
new file mode 100644
index 000000000..26eb8888b
--- /dev/null
+++ b/_test/conf/plugins.required.php
@@ -0,0 +1,11 @@
+<?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;