diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index de7ff8c168c..7f2796a4b31 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -165,7 +165,7 @@ <p class="infield groupbottom"> <label for="dbhost" class="infield" id="dbhostlabel"><?php p($l->t( 'Database host' )); ?></label> <input type="text" name="dbhost" id="dbhost" placeholder="" - value="<?php p(OC_Helper::init_var('dbhost', 'localhost')); ?>" /> + value="<?php p(OC_Helper::init_var('dbhost')); ?>" /> </p> </fieldset> |