diff --git a/bootstrap.php b/bootstrap.php index fb0ce09..92a2191 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -31,7 +31,7 @@ function exitErrorMessage(string $message): void function exitNormal(): void { - header('Location: /'); + header("Refresh: 0"); exit; }