Pman/Login.php
authoredward <edward@roojs.com>
Wed, 14 Feb 2018 05:08:58 +0000 (13:08 +0800)
committeredward <edward@roojs.com>
Wed, 14 Feb 2018 05:08:58 +0000 (13:08 +0800)
Pman/Login.php

index af57e53..a596f75 100644 (file)
@@ -281,7 +281,7 @@ class Pman_Login extends Pman
         }
         
         $u->authUserName($_REQUEST['username']);
-        print_r($u);exit;
+        
         if ($u->count() > 1 || !$u->find(true)) {
             $this->jerror('LOGIN-BAD','You typed the wrong Username or Password  (1)');
             exit;
@@ -461,7 +461,7 @@ class Pman_Login extends Pman
         }
         
         $ip = $this->ip_lookup();
-        print_R($ip);exit;
+        
         if(empty($ip)){
             $this->jerr('BAD-IP-ADDRESS', array('ip' => $ip));
         }