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

@@ -77,6 +77,7 @@
$app_current_pagename = $transLang['ACCOUNT']; // PAGE SETUP
$app_current_pageicon = '<i class="fas fa-user-circle"></i> ';
require_once("inc/header.inc.php");
Classes\Misc\Csrf::removeToken('home');
if ($StaticFunctions->getUserSessionStatus() == false) { // CHECK STATUS
echo $StaticFunctions->killSession(); // ELSE DIE
} else { ?>