Refresh the page instead of redirecting
This commit is contained in:
parent
d6207a49ef
commit
5850803887
@ -31,7 +31,7 @@ function exitErrorMessage(string $message): void
|
||||
|
||||
function exitNormal(): void
|
||||
{
|
||||
header('Location: /');
|
||||
header("Refresh: 0");
|
||||
exit;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user