bla
kak
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
?>
|
||||
@@ -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');
|
||||
?>
|
||||
@@ -3,5 +3,5 @@ include_once("./controller/AssetHandler.php");
|
||||
AssetHandler::printAsset("logo.png", true, 128);
|
||||
?>
|
||||
<nav>
|
||||
<a href="?p=attempt_logout">log out</a> <a href="?p=">home</a> <a href="?p=create_topic">create thread</a> <a href="?p=destroy">simulate $_SESSION expiry</a>
|
||||
<a href="?a=signout">log out</a> <a href="?p=">home</a> <a href="?p=create_topic">create thread</a> <a href="?p=destroy">simulate $_SESSION expiry</a>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user