Browse Source

add protection

andre 4 years ago
parent
commit
b601bf246a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      admin.php

+ 2 - 2
admin.php

@@ -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);