exit on redirect
This commit is contained in:
parent
8f78663419
commit
a965afc454
@ -50,8 +50,8 @@ function initRouter(): bool
|
||||
$routerRequest["tld"] . "/" .
|
||||
$routerRequest["page_name"];
|
||||
// Redirect with default page name
|
||||
header("Location: $redirectAddress");
|
||||
echo "false";
|
||||
header("Location: $redirectAddress");
|
||||
return false;
|
||||
}
|
||||
else{
|
||||
|
Loading…
Reference in New Issue
Block a user