kak
This commit is contained in:
2019-05-24 20:00:07 +02:00
parent 4a050eda84
commit 5792acc758
9 changed files with 36 additions and 10 deletions

View File

@@ -4,4 +4,8 @@ if(UserSession::isUserSignedIn()){
}else{
include("./view/pagecontent/header/content_header_signedout.php");
}
if(!UserSession::isSessionValid()){
include_once("./model/actions/model_signout.php");
}
echo('content_header');
?>