Implement a bunch of stuff
This commit is contained in:
@@ -57,7 +57,7 @@ function initRouter(): bool
|
||||
}
|
||||
else{
|
||||
if($_SERVER["REQUEST_METHOD"] == "POST"){
|
||||
$routerRequest["type"] = "api";
|
||||
$routerRequest["type"] = "api";
|
||||
}
|
||||
if(empty($routerRequest["type"])){
|
||||
$routerRequest["type"] = "page";
|
||||
|
Reference in New Issue
Block a user