aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2012-01-05 14:43:33 +0100
committerKevin Chabowski <kevin@kch42.de>2012-01-05 14:43:33 +0100
commitc4cc87d9d1557ddd4cae4b06b79696712f61a2ad (patch)
tree081b31be890c484040a63f626063e846ef583680 /config.php
parente99281261767710f96b9967a0ab03a3ea24a05e0 (diff)
downloadr7r-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.php10
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_";
-
-?>