Skip to content
Snippets Groups Projects
Commit 2b76db81 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #9441 from owncloud/install-sql-host-default

Set localhost as default database host for installation
parents 20e7a410 c111ce09
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ class Controller { ...@@ -41,7 +41,7 @@ class Controller {
'dbpass' => '', 'dbpass' => '',
'dbname' => '', 'dbname' => '',
'dbtablespace' => '', 'dbtablespace' => '',
'dbhost' => '', 'dbhost' => 'localhost',
'dbtype' => '', 'dbtype' => '',
); );
$parameters = array_merge($defaults, $post); $parameters = array_merge($defaults, $post);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment