From 4a9f6b2244f3af4a18ffea76f6e092a03bd562b9 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 9 Jan 2018 17:54:34 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Pman/Login.php b/Pman/Login.php index 7bb319d..bf84c47 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -47,8 +47,6 @@ class Pman_Login extends Pman { $this->initErrorHandling(); - $this->ip_validate(); - //DB_DataObject::DebugLevel(1); if (!empty($_REQUEST['logout'])) { return $this->logout(); @@ -503,7 +501,7 @@ class Pman_Login extends Pman } if($core_ip_access->status == -1){ - $this->jok('BLOCK'); + $this->jok('BLOCKED'); } $this->jok('APPROVED'); -- 2.39.2