summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorTobias Sarnowski <sarnowski@cosmocode.de>2012-04-17 17:27:27 +0200
committerTobias Sarnowski <sarnowski@cosmocode.de>2012-04-17 17:27:27 +0200
commitf9b8008a4ccae56009894e4052dba80752d562bc (patch)
tree453331a525fc3e09c30ca3e52d85959306fe41bc /conf
parente048653b52aad13b5964e1626192ffee2211870b (diff)
downloadrpg-f9b8008a4ccae56009894e4052dba80752d562bc.tar.gz
rpg-f9b8008a4ccae56009894e4052dba80752d562bc.tar.bz2
BROKEN added enable/disable feature for plugins
Diffstat (limited to 'conf')
-rw-r--r--conf/plugins.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/plugins.php b/conf/plugins.php
new file mode 100644
index 000000000..b2c79970d
--- /dev/null
+++ b/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;