diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-12-18 14:19:42 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-12-18 14:19:42 +0100 |
commit | 8076975a7f12703d84d37d4be10ea680204040bf (patch) | |
tree | 7cd9c005816b700eefc98d531d342bdb8fc18c7b /install/default-conf/var_www_includes/config_db.php | |
parent | 10b4f94e5bdd4bfe1877ad06dfdf2237e4228ab5 (diff) |
#19 README rewrite, sql-install-file
Diffstat (limited to 'install/default-conf/var_www_includes/config_db.php')
-rw-r--r-- | install/default-conf/var_www_includes/config_db.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/install/default-conf/var_www_includes/config_db.php b/install/default-conf/var_www_includes/config_db.php deleted file mode 100644 index d07529c0..00000000 --- a/install/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"; -?> |