diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-06-11 18:10:20 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-06-11 18:10:20 +0200 |
commit | 49a20487e74aaa2fa17784c6c9d5a6179393e07c (patch) | |
tree | 3ace8aa439becc53f7187367a425ab3be1099169 /default-conf/var_www_includes/config_db.php | |
parent | 946c230e6f8e04c7dd8f92ca3190a51ac220f0ca (diff) |
move default-config to install dir
Diffstat (limited to 'default-conf/var_www_includes/config_db.php')
-rw-r--r-- | default-conf/var_www_includes/config_db.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/default-conf/var_www_includes/config_db.php b/default-conf/var_www_includes/config_db.php deleted file mode 100644 index d07529c0..00000000 --- a/default-conf/var_www_includes/config_db.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php - - -// MySQL-Connection Settings -$config['host'] = "localhost"; -$config['user'] = "root"; -$config['pw'] = ""; -$config['db'] = "engelsystem"; -?> |