diff options
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.php b/config.php new file mode 100644 index 0000000..83efe05 --- /dev/null +++ b/config.php @@ -0,0 +1,10 @@ +<?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_"; + +?> |