Dev SSO: Tables, SAML
This commit is contained in:
@@ -176,4 +176,9 @@ class RouterCache extends Router {
|
||||
|
||||
return $this->routes;
|
||||
}
|
||||
|
||||
public function redirect(int $code, string $location): void {
|
||||
header("Location: " . $location);
|
||||
http_response_code($code);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user