exit on redirect

This commit is contained in:
Bruno Rybársky 2024-02-02 16:37:20 +01:00
parent 2edc604327
commit f0327df728

@ -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;
} }
} }