Pman/Login.php
authoredward <edward@roojs.com>
Thu, 11 Jan 2018 03:18:44 +0000 (11:18 +0800)
committeredward <edward@roojs.com>
Thu, 11 Jan 2018 03:18:44 +0000 (11:18 +0800)
Pman/Login.php

index 6dc11fa..2877280 100644 (file)
@@ -459,14 +459,11 @@ class Pman_Login extends Pman
     function ip_validate()
     {
         if(empty($this->ip_management)){
-            print_R('empty??');exit;
             return;
         }
         
         $ip = $this->ip_lookup();
         
-        print_R($ip);exit;
-        
         if(empty($ip)){
             $this->jerr('BAD-IP-ADDRESS');
         }