exit on redirect
This commit is contained in:
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{
|
||||
|
Loading…
Reference in New Issue
Block a user