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";