set localhost as default database host for installation
This commit is contained in:
parent
e4a3f8d3c4
commit
c111ce09a3
|
@ -41,7 +41,7 @@ class Controller {
|
|||
'dbpass' => '',
|
||||
'dbname' => '',
|
||||
'dbtablespace' => '',
|
||||
'dbhost' => '',
|
||||
'dbhost' => 'localhost',
|
||||
'dbtype' => '',
|
||||
);
|
||||
$parameters = array_merge($defaults, $post);
|
||||
|
|
Loading…
Reference in New Issue