exit on redirect

This commit is contained in:
Bruno Rybársky 2024-02-02 16:26:38 +01:00
parent 05be7c9ee9
commit 7070ea9349

@ -54,6 +54,7 @@ function initRouter(): bool
// Redirect with default page name
echo "false";
header("Location: $redirectAddress");
header("RedirHere: $redirectAddress");
return false;
}
else{