Refresh the page instead of redirecting

This commit is contained in:
amit177 2023-09-02 14:58:09 +00:00
parent d6207a49ef
commit 5850803887

View file

@ -31,7 +31,7 @@ function exitErrorMessage(string $message): void
function exitNormal(): void
{
header('Location: /');
header("Refresh: 0");
exit;
}