From f570dab1ebfda9d80dca0d1dcffe4c195b8932be Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 11 Jan 2012 22:57:09 +0100 Subject: Added PLUGIN_ENABLED switch. Useful, if a Plugin runs amok and prevent you from accessiong the site. --- ratatoeskr/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ratatoeskr/config.php') 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"; -- cgit v1.2.3-54-g00ecf