summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorHakan Sandell <sandell.hakan@gmail.com>2011-09-10 10:59:10 +0200
committerHakan Sandell <sandell.hakan@gmail.com>2011-09-10 10:59:10 +0200
commit98aafb569ee3413b93cd9c25844b6494d6490693 (patch)
tree07f5e7f0eba8785d01d249b4993d3f018ee150c8 /conf
parentb838050e5828b5cbf32b9e82ce11c9cc54592809 (diff)
downloadrpg-98aafb569ee3413b93cd9c25844b6494d6490693.tar.gz
rpg-98aafb569ee3413b93cd9c25844b6494d6490693.tar.bz2
Code cleanup documentation before merge
Function get_plugin_components() moved to extantion manager
Diffstat (limited to 'conf')
-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;