@@ -41,10 +41,10 @@ $stats = true;
$tok = new token;
$act = new action;
-if($act->isBlocked($clientIP)) {
+/*if($act->isBlocked($clientIP)) {
http_response_code(403);
exit;
-}
+}*/
if (!$tok->isAdmin($token)) {
$act->block($clientIP);