DataObjects/Core_ip_access.php
authoredward <edward@roojs.com>
Wed, 14 Feb 2018 09:21:42 +0000 (17:21 +0800)
committeredward <edward@roojs.com>
Wed, 14 Feb 2018 09:21:42 +0000 (17:21 +0800)
DataObjects/Core_ip_access.php

index 37a2de7..b4cb472 100644 (file)
@@ -46,7 +46,7 @@ class Pman_Core_DataObjects_Core_ip_access extends DB_DataObject
         $conn = new Net_XMPP('talk.google.com', 5222, $ff->Pman['XMPP']['username'], $ff->Pman['XMPP']['password'], 'xmpphp', 'gmail.com', $printlog=false, $loglevel=Net_XMPP_Log::LEVEL_VERBOSE);
 
         $url = "https://{$ff->Pman['XMPP']['host']}{$ff->baseURL}/Core/VerifyAccess/{$this->id}/{$this->authorized_key}";
-        
+        print_R($url);exit;
         try {
             $conn->connect();
             $conn->processUntil('session_start');