X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=VerifyAccess.php;h=ba8d6414a6cd4b141c51ecbcfd86de0499d466e9;hp=b93f7c7beb2f2fa14cb9f1de75a511e38059bad2;hb=1524f8b36295809a3eedd6da3c6494f8aa0d86f5;hpb=751faa363fb8b29151d6249b5a2698be9ecd5ee6 diff --git a/VerifyAccess.php b/VerifyAccess.php index b93f7c7b..ba8d6414 100644 --- a/VerifyAccess.php +++ b/VerifyAccess.php @@ -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');