diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-01-05 14:43:33 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-01-05 14:43:33 +0100 |
commit | c4cc87d9d1557ddd4cae4b06b79696712f61a2ad (patch) | |
tree | 081b31be890c484040a63f626063e846ef583680 /config.php | |
parent | e99281261767710f96b9967a0ab03a3ea24a05e0 (diff) | |
download | r7r-repo-c4cc87d9d1557ddd4cae4b06b79696712f61a2ad.tar.gz r7r-repo-c4cc87d9d1557ddd4cae4b06b79696712f61a2ad.tar.bz2 r7r-repo-c4cc87d9d1557ddd4cae4b06b79696712f61a2ad.zip |
New directory hierachy. index and setup implemented.
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config.php b/config.php deleted file mode 100644 index 83efe05..0000000 --- a/config.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -define("CONFIG_FILLED_OUT", True); - -$config["mysql"]["db"] = "s_db_47"; -$config["mysql"]["user"] = "dbuser_47"; -$config["mysql"]["passwd"] = "DfXVQBoVOBPbLlL"; -$config["mysql"]["prefix"] = "repo_"; - -?> |