N°3253 Fix setup always displaying an error

Woops this was a debug I forgot to change
This commit is contained in:
Pierre Goiffon
2020-12-04 18:30:23 +01:00
parent 70efa37109
commit c46b046254

View File

@@ -69,12 +69,12 @@ ob_start();
require_once("wizard.php");
ob_end_clean();
//echo <<<HTML
//<script>
//bSkipErrorDisplay = true;
//document.location = "wizard.php";
//</script>
//HTML;
echo <<<HTML
<script>
bSkipErrorDisplay = true;
document.location = "wizard.php";
</script>
HTML;
?>
</body>
</html>