This commit is contained in:
2021-10-20 12:00:23 -04:00
parent 2414c165dd
commit 0ff2437d5c
4 changed files with 4 additions and 0 deletions

View File

@@ -50,6 +50,7 @@
require_once("inc/header.inc.php");
if ($StaticFunctions->getSessionStatus() == false) { // CHECK STATUS
echo $StaticFunctions->killSession(); // ELSE DIE
Classes\Misc\Csrf::removeToken('home');
} else { ?>
<!-- CONTENT START -->