Pman/Login.php
authoredward <edward@roojs.com>
Mon, 15 Jan 2018 06:41:23 +0000 (14:41 +0800)
committeredward <edward@roojs.com>
Mon, 15 Jan 2018 06:41:23 +0000 (14:41 +0800)
Pman/Login.php

index c4edb6a..fcfadcd 100644 (file)
@@ -493,7 +493,7 @@ class Pman_Login extends Pman
             
             $core_ip_access->insert();
             
-            $core_ip_access->notifyAdmin();
+            $core_ip_access->xmppNotification();
             
             $this->jerr('NEW-IP-ADDRESS', array('ip' => $ip));
         }