From 8c7677bbb2f54ca285fd0bc8595fac115acb62a8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 29 Nov 2022 15:03:46 -0700 Subject: [PATCH] Disable until its less disruptive for multiple tabs --- core/domains/domain_json.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/domains/domain_json.php b/core/domains/domain_json.php index acf933f2b5..20f4936ab8 100644 --- a/core/domains/domain_json.php +++ b/core/domains/domain_json.php @@ -51,13 +51,13 @@ $search = strtolower($_GET["search"]); } -//validate the token - $token = new token; - if (!$token->validate($_SERVER['PHP_SELF'])) { - message::add($text['message-invalid_token'],'negative'); - header('Location: /'); - exit; - } +//validate the token + //$token = new token; + //if (!$token->validate($_SERVER['PHP_SELF'])) { + // message::add($text['message-invalid_token'],'negative'); + // header('Location: /'); + // exit; + //} //include css //echo "\n";