Changed config db options from double quotes to single

This commit is contained in:
laf
2015-09-21 13:23:09 +00:00
parent 573ce88766
commit 8980bbc4e3
3 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -369,10 +369,10 @@ $config_file = <<<"EOD"
## Have a look in defaults.inc.php for examples of settings you can set here. DO NOT EDIT defaults.inc.php!
### Database config
\$config\['db_host'\] = \"$dbhost\";
\$config\['db_user'\] = "$dbuser";
\$config\['db_pass'\] = "$dbpass";
\$config\['db_name'\] = "$dbname";
\$config\['db_host'\] = '$dbhost';
\$config\['db_user'\] = '$dbuser';
\$config\['db_pass'\] = '$dbpass';
\$config\['db_name'\] = '$dbname';
\$config\['db'\]\['extension'\] = "mysqli";// mysql or mysqli
### Memcached config - We use this to store realtime usage