@@ -10,10 +10,10 @@ $token = substr(trim($_GET['token']),0,32);
$act= new action;
-if($act->isBlocked($clientIP)) {
+/*if($act->isBlocked($clientIP)) {
http_response_code(403);
exit;
-}
+}*/
if (!(new token)->isConsumer($token)) {
$act->block($clientIP);