autofworward after login
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
This commit is contained in:
@ -11,7 +11,8 @@ class Err extends Page {
|
||||
|
||||
function notallowed()
|
||||
{
|
||||
return json_encode(['error'=>'not allowed']);
|
||||
$this->set("loggedin",(isset($_SESSION['user']) && $_SESSION['user'] !== false));
|
||||
$this->set('template', "notallowed.html");
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user