DataObjects/Core_ip_access.php
[Pman.Core] / DataObjects / Core_ip_access.php
index 8eab948..98964e0 100644 (file)
@@ -44,7 +44,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);
 
-        print_R($ff->page);exit;
+        print_R("{$ff->baseURL}/Core/VerifyAccess");exit;
         
         try {
             $conn->connect();