X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_ip_access.php;h=b3796148c8fe08a513c63e596dcf995275089f09;hp=473c92f2e32205ebb7b41ceec51aa1c08ef8f495;hb=e0fe232b94400f90105b67090f1755351c13d067;hpb=b763156b115bfa115f1fdce944b23a63078f0e18 diff --git a/DataObjects/Core_ip_access.php b/DataObjects/Core_ip_access.php index 473c92f2..b3796148 100644 --- a/DataObjects/Core_ip_access.php +++ b/DataObjects/Core_ip_access.php @@ -45,7 +45,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}"; + $url = "https://{$ff->Pman['XMPP']['host']}{$ff->baseURL}/Core/VerifyAccess/{$this->id}/{$this->authorized_key}"; try { $conn->connect();