check what is being written to our log files.
[Pman.Core] / VerifyAccess.php
index 36ca294..ba8d641 100644 (file)
@@ -14,7 +14,7 @@ class Pman_Core_VerifyAccess extends Pman
         return true;
     }
     
-    function get($id)
+    function get($id='', $opts = array())
     {
         @list($id, $key) = explode('/', $id);
         
@@ -34,7 +34,7 @@ class Pman_Core_VerifyAccess extends Pman
             $this->jerr('[System Error] This site does not using IP management');
         }
         
-        $ff->Pman['XMPP']['to'] = 'edward@roojs.com'; // testing...
+//        $ff->Pman['XMPP']['to'] = 'edward@roojs.com'; // testing...
         
         $core_person = DB_DataObject::factory('core_person');
         
@@ -46,7 +46,7 @@ class Pman_Core_VerifyAccess extends Pman
         
     }
     
-    function post()
+    function post($base)
     {
         $core_ip_access = DB_DataObject::factory('core_ip_access');
         
@@ -69,7 +69,7 @@ class Pman_Core_VerifyAccess extends Pman
             $this->jerr('[System Error] This site does not using IP management');
         }
         
-        $ff->Pman['XMPP']['to'] = 'edward@roojs.com'; // testing...
+//        $ff->Pman['XMPP']['to'] = 'edward@roojs.com'; // testing...
         
         $core_person = DB_DataObject::factory('core_person');