mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3253 Fix setup always displaying an error
Woops this was a debug I forgot to change
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user