fix redir from home to apex

This commit is contained in:
Bruno Rybársky 2024-02-02 15:58:01 +01:00
parent edfb7b26f9
commit eeb043d8d7

@ -24,6 +24,7 @@ function initRouter(): bool
if($routerRequest["subdomain"] == $routerConfig["default_site"]){
$routerRequest["subdomain"] = "";
$needsRedirect = true;
}
}