diff options
Diffstat (limited to 'r7r_repo/config.php')
-rw-r--r-- | r7r_repo/config.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/r7r_repo/config.php b/r7r_repo/config.php index 7a05f24..5fde543 100644 --- a/r7r_repo/config.php +++ b/r7r_repo/config.php @@ -1,12 +1,12 @@ <?php -define("CONFIG_FILLED_OUT", True); +define("CONFIG_FILLED_OUT", False); define("SKIP_TABLE_CREATION", False); -$config["mysql"]["server"] = "localhost"; -$config["mysql"]["db"] = "s_db_47"; -$config["mysql"]["user"] = "dbuser_47"; -$config["mysql"]["passwd"] = "DfXVQBoVOBPbLlL"; -$config["mysql"]["prefix"] = "repo_"; +$config["mysql"]["server"] = ""; +$config["mysql"]["db"] = ""; +$config["mysql"]["user"] = ""; +$config["mysql"]["passwd"] = ""; +$config["mysql"]["prefix"] = ""; ?> |