X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=install%2Findex.php;h=52adfbef158562c095cdcc2314f9848b180dab0d;hb=63e50e05e74af913ebc840fc13bd317937a7dcb2;hp=e9e0ef59630379763a9f41588f8940940f3f7c9d;hpb=46c5f7a65a7659a44ae8254c63152074363d3987;p=fa-stable.git diff --git a/install/index.php b/install/index.php index e9e0ef59..52adfbef 100644 --- a/install/index.php +++ b/install/index.php @@ -337,7 +337,7 @@ start_form(); } subpage_title(_('Database Server Settings')); start_table(TABLESTYLE); - text_row_ex(_("Server Host:"), 'host', 30); + text_row_ex(_("Server Host:"), 'host', 30, 60); text_row_ex(_("Database User:"), 'dbuser', 30); text_row_ex(_("Database Password:"), 'dbpassword', 30); text_row_ex(_("Database Name:"), 'dbname', 30);