aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/config.php
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2012-01-11 22:57:09 +0100
committerKevin Chabowski <kevin@kch42.de>2012-01-11 22:57:09 +0100
commitf570dab1ebfda9d80dca0d1dcffe4c195b8932be (patch)
tree940ee035637dda0a04bf9faaf62e02c60ebd4597 /ratatoeskr/config.php
parent0b69ffd38b545fe7e027c2111b1a7c412b1cdd92 (diff)
downloadratatoeskr-cms-f570dab1ebfda9d80dca0d1dcffe4c195b8932be.tar.gz
ratatoeskr-cms-f570dab1ebfda9d80dca0d1dcffe4c195b8932be.tar.bz2
ratatoeskr-cms-f570dab1ebfda9d80dca0d1dcffe4c195b8932be.zip
Added PLUGIN_ENABLED switch.
Useful, if a Plugin runs amok and prevent you from accessiong the site.
Diffstat (limited to 'ratatoeskr/config.php')
-rw-r--r--ratatoeskr/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ratatoeskr/config.php b/ratatoeskr/config.php
index c8c4acb..ae48950 100644
--- a/ratatoeskr/config.php
+++ b/ratatoeskr/config.php
@@ -2,6 +2,7 @@
define("__DEBUG__", True);
define("CONFIG_FILLED_OUT", True);
+define("PLUGINS_ENABLED", True);
$config["mysql"]["db"] = "s_db_47";
$config["mysql"]["user"] = "dbuser_47";