Răsfoiți Sursa

add protection

andre 4 ani în urmă
părinte
comite
b601bf246a
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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);