diff --git a/lib/router.php b/lib/router.php index 3f2a201..4a2891d 100644 --- a/lib/router.php +++ b/lib/router.php @@ -24,6 +24,7 @@ function initRouter(): bool if($routerRequest["subdomain"] == $routerConfig["default_site"]){ $routerRequest["subdomain"] = ""; + $needsRedirect = true; } }