From c46b0462546ffda080c519f639ad6eb33e39ca26 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 4 Dec 2020 18:30:23 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B03253=20Fix=20setup=20always=20displaying?= =?UTF-8?q?=20an=20error=20Woops=20this=20was=20a=20debug=20I=20forgot=20t?= =?UTF-8?q?o=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup/index.php b/setup/index.php index e61956cff..c67734364 100644 --- a/setup/index.php +++ b/setup/index.php @@ -69,12 +69,12 @@ ob_start(); require_once("wizard.php"); ob_end_clean(); -//echo << -//bSkipErrorDisplay = true; -//document.location = "wizard.php"; -// -//HTML; +echo << +bSkipErrorDisplay = true; +document.location = "wizard.php"; + +HTML; ?>