summaryrefslogtreecommitdiff
path: root/conf/plugins.protected.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/plugins.protected.php')
-rw-r--r--conf/plugins.protected.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/plugins.protected.php b/conf/plugins.protected.php
index bdfe821c5..26eb8888b 100644
--- a/conf/plugins.protected.php
+++ b/conf/plugins.protected.php
@@ -1,4 +1,9 @@
<?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;