diff options
Diffstat (limited to 'ratatoeskr/config.php')
-rw-r--r-- | ratatoeskr/config.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ratatoeskr/config.php b/ratatoeskr/config.php deleted file mode 100644 index db2d6e5..0000000 --- a/ratatoeskr/config.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -define("__DEBUG__", false); -define("CONFIG_FILLED_OUT", false); -define("PLUGINS_ENABLED", true); - -$config["mysql"]["server"] = 'localhost'; -$config["mysql"]["db"] = ''; -$config["mysql"]["user"] = ''; -$config["mysql"]["passwd"] = ''; -$config["mysql"]["prefix"] = 'ratatoeskr_'; |