Refactored/ streamlined UserSession code
Makes it easier to tell when a user is signed in
This commit is contained in:
@@ -19,7 +19,7 @@ include_once("./controller/ActionHandler.php");
|
||||
session_start();
|
||||
//Execute Actie zo nodig.
|
||||
ActionHandler::doAction();
|
||||
UserSession::UpdateSigninState();
|
||||
|
||||
|
||||
|
||||
//Store de geselecteerde pagina in variabele $page
|
||||
|
||||
Reference in New Issue
Block a user