diff options
Diffstat (limited to 'ratatoeskr/config.php')
-rw-r--r-- | ratatoeskr/config.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ratatoeskr/config.php b/ratatoeskr/config.php new file mode 100644 index 0000000..1691b4a --- /dev/null +++ b/ratatoeskr/config.php @@ -0,0 +1,8 @@ +<?php + +$conf["mysql"]["db"] = "s_db_47"; +$conf["mysql"]["user"] = "dbuser_47"; +$conf["mysql"]["passwd"] = "DfXVQBoVOBPbLlL"; +$conf["mysql"]["prefix"] = "ratatoeskr_"; + +?> |