Pman/Login.php
authoredward <edward@roojs.com>
Thu, 15 Feb 2018 05:30:35 +0000 (13:30 +0800)
committeredward <edward@roojs.com>
Thu, 15 Feb 2018 05:30:35 +0000 (13:30 +0800)
Pman/Login.php

index 5a08494..682a59d 100644 (file)
@@ -508,9 +508,6 @@ class Pman_Login extends Pman
             return;
         }
         
-        $core_ip_access->sendXMPP();
-        exit;
-        
         if(empty($core_ip_access->status)){
             $this->jerr('PENDING-IP-ADDRESS', array('ip' => $ip));
         }