diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-01-06 02:03:22 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-01-06 02:03:22 +0100 |
commit | b1cc0b2980b2875848eb4a1ee3b9d957ce3b3632 (patch) | |
tree | 30f244c66dfbb5be73d6ef7c4ff186e46031f9a0 /r7r_repo/config.php | |
parent | 9f0dc74fc89f89fed7e10dd027d14830cb97e7e2 (diff) | |
download | r7r-repo-b1cc0b2980b2875848eb4a1ee3b9d957ce3b3632.tar.gz r7r-repo-b1cc0b2980b2875848eb4a1ee3b9d957ce3b3632.tar.bz2 r7r-repo-b1cc0b2980b2875848eb4a1ee3b9d957ce3b3632.zip |
Improved setup and added INSTALL file.
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"] = ""; ?> |