From 5850803887df377c7dc12048da55b39d27131bcb Mon Sep 17 00:00:00 2001 From: amit177 <8685831+amit177@users.noreply.github.com> Date: Sat, 2 Sep 2023 14:58:09 +0000 Subject: [PATCH] Refresh the page instead of redirecting --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }