Pman/Login.php
authoredward <edward@roojs.com>
Tue, 9 Jan 2018 09:01:57 +0000 (17:01 +0800)
committeredward <edward@roojs.com>
Tue, 9 Jan 2018 09:01:57 +0000 (17:01 +0800)
Pman/Login.php

index c3a05f0..bc30ab0 100644 (file)
@@ -47,7 +47,7 @@ class Pman_Login extends Pman
     {
         $this->initErrorHandling();
         
-        $this->ip_management();
+        $this->lookup_ip();
         
          //DB_DataObject::DebugLevel(1);
         if (!empty($_REQUEST['logout'])) {
@@ -456,11 +456,14 @@ class Pman_Login extends Pman
         $this->jok($u);
     }
     
-    function ip_lookup()
+    function lookup_ip()
     {
         if(empty($this->ip_management)){
             return;
         }
+        
+        
+        
     }