typo
authorAlan <alan@roojs.com>
Fri, 6 Oct 2023 02:59:25 +0000 (10:59 +0800)
committerAlan <alan@roojs.com>
Fri, 6 Oct 2023 02:59:25 +0000 (10:59 +0800)
Pman/Login.php

index 157f97e..ab8d3ff 100644 (file)
@@ -613,7 +613,7 @@ class Pman_Login extends Pman
         }
         
         if($core_ip_access->status == -2 && strtotime($core_ip_access->expire_dt) < strtotime('NOW')){
-            $this->jerrpr('BLOCKED-IP-ADDRESS', "Your IP is blocked", array('ip' => $ip));
+            $this->jerror('BLOCKED-IP-ADDRESS', "Your IP is blocked", array('ip' => $ip));
             return;
         }