set localhost as default database host for installation

This commit is contained in:
Robin Appelman 2014-07-04 13:24:00 +02:00
parent e4a3f8d3c4
commit c111ce09a3
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class Controller {
'dbpass' => '',
'dbname' => '',
'dbtablespace' => '',
'dbhost' => '',
'dbhost' => 'localhost',
'dbtype' => '',
);
$parameters = array_merge($defaults, $post);