removed logger statement
This commit is contained in:
parent
d330df05f2
commit
4f55d154d4
@ -20,7 +20,6 @@ function post_init(&$a) {
|
|||||||
|
|
||||||
if(array_key_exists('auth',$_REQUEST)) {
|
if(array_key_exists('auth',$_REQUEST)) {
|
||||||
logger('mod_zot: auth request received.');
|
logger('mod_zot: auth request received.');
|
||||||
logger('mod_post: $_REQUEST contains: ' . print_r($_REQUEST,true) . ' for ' . $webbie);
|
|
||||||
$address = $_REQUEST['auth'];
|
$address = $_REQUEST['auth'];
|
||||||
$dest = $_REQUEST['dest'];
|
$dest = $_REQUEST['dest'];
|
||||||
$sec = $_REQUEST['sec'];
|
$sec = $_REQUEST['sec'];
|
||||||
|
Reference in New Issue
Block a user