diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-07-12 20:50:37 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-07-12 20:50:37 +0200 |
commit | 70389c5e60bce048cb97f2c91c83fc210cf44797 (patch) | |
tree | 54f951c63ca3283af9479a53c86ca512951b0c75 /ratatoeskr | |
download | ratatoeskr-cms-70389c5e60bce048cb97f2c91c83fc210cf44797.tar.gz ratatoeskr-cms-70389c5e60bce048cb97f2c91c83fc210cf44797.tar.bz2 ratatoeskr-cms-70389c5e60bce048cb97f2c91c83fc210cf44797.zip |
Initial commit
Diffstat (limited to 'ratatoeskr')
-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_"; + +?> |