aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-12-28 14:38:20 +0100
committerKevin Chabowski <kevin@kch42.de>2011-12-28 14:38:20 +0100
commite99281261767710f96b9967a0ab03a3ea24a05e0 (patch)
tree0630f0838ddcc13f779fcef7f634326eeafce77e /config.php
downloadr7r-repo-e99281261767710f96b9967a0ab03a3ea24a05e0.tar.gz
r7r-repo-e99281261767710f96b9967a0ab03a3ea24a05e0.tar.bz2
r7r-repo-e99281261767710f96b9967a0ab03a3ea24a05e0.zip
Initial Commit.
* Many files copied from Ratatöskr (maybe there should be some kind of libratatoeskr ?) * Included the Stupid Template Engine * Wrote first version of models.php
Diffstat (limited to 'config.php')
-rw-r--r--config.php10
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_";
+
+?>