forked from Adleraci/adlerka.top
Fix a bunch of stuff
This commit is contained in:
@@ -25,7 +25,6 @@ function initRouter(): bool
|
||||
if($routerRequest["subdomain"] == $routerConfig["default_site"]){
|
||||
$routerRequest["subdomain"] = "";
|
||||
$needsRedirect = true;
|
||||
header("redirReasonApex: yes");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,7 +34,6 @@ function initRouter(): bool
|
||||
// Page name is empty
|
||||
$needsRedirect = true;
|
||||
$routerRequest["page_name"] = $routerConfig["default_page"];
|
||||
header("redirReasonPage: yes");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user