diff options
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_"; - -?> |