فهرست منبع

add protection

andre 4 سال پیش
والد
کامیت
e35ac49b12
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      list.php

+ 1 - 1
list.php

@@ -8,7 +8,7 @@ require_once 'token.php';
 $clientIP = ip2long(substr(trim($_SERVER['REMOTE_ADDR']),0,15));
 $token = substr(trim($_GET['token']),0,32);
 
-$act= new act;
+$act= new action;
 
 if($act->isBlocked($clientIP)) {
     http_response_code(403);