Pman/Login.php
authoredward <edward@roojs.com>
Mon, 15 Jan 2018 08:17:32 +0000 (16:17 +0800)
committeredward <edward@roojs.com>
Mon, 15 Jan 2018 08:17:32 +0000 (16:17 +0800)
Pman/Login.php

index 1c0d6e0..c62f12a 100644 (file)
@@ -258,6 +258,7 @@ class Pman_Login extends Pman
        
         $u = DB_DataObject::factory($tbl);
         
+        $ip = $this->ip_lookup();
         // ratelimit
         if (!empty($_SERVER['REMOTE_ADDR'])) {
             //DB_DataObject::DebugLevel(1);