exit on redirect
This commit is contained in:
@ -62,7 +62,6 @@ function initRouter(): bool
|
|||||||
if(empty($routerRequest["type"])){
|
if(empty($routerRequest["type"])){
|
||||||
$routerRequest["type"] = "page";
|
$routerRequest["type"] = "page";
|
||||||
}
|
}
|
||||||
echo "true";
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user