Disable until its less disruptive for multiple tabs

This commit is contained in:
FusionPBX 2022-11-29 15:03:46 -07:00 committed by GitHub
parent 7b9892b414
commit 8c7677bbb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -52,12 +52,12 @@
} }
//validate the token //validate the token
$token = new token; //$token = new token;
if (!$token->validate($_SERVER['PHP_SELF'])) { //if (!$token->validate($_SERVER['PHP_SELF'])) {
message::add($text['message-invalid_token'],'negative'); // message::add($text['message-invalid_token'],'negative');
header('Location: /'); // header('Location: /');
exit; // exit;
} //}
//include css //include css
//echo "<link rel='stylesheet' type='text/css' href='/resources/fontawesome/css/all.min.css.php'>\n"; //echo "<link rel='stylesheet' type='text/css' href='/resources/fontawesome/css/all.min.css.php'>\n";