csrf
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
$app_current_pagename = $transLang['REPORTS']; // PAGE SETUP
|
||||
$app_current_pageicon = '<i class="fas fa-chart-pie"></i> ';
|
||||
require_once("inc/header.inc.php");
|
||||
Classes\Misc\Csrf::removeToken('home');
|
||||
if ($StaticFunctions->getUserSessionStatus() == false) { // CHECK STATUS
|
||||
echo $StaticFunctions->killSession(); // ELSE DIE
|
||||
} else { ?>
|
||||
|
||||
Reference in New Issue
Block a user