From bc269462a78c6631985a0c217f643cdf24e6e5aa Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 23 Aug 2019 15:30:48 +0200 Subject: [PATCH] FIX Do not autocomplete pass on first installation. --- htdocs/install/step4.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/install/step4.php b/htdocs/install/step4.php index dceb32a3d3a..734d63fade9 100644 --- a/htdocs/install/step4.php +++ b/htdocs/install/step4.php @@ -82,9 +82,9 @@ if ($db->ok) print ''; print ''; print ''; - print ''; + print ''; print ''; - print ''; + print ''; print ''; if (isset($_GET["error"]) && $_GET["error"] == 1)