diff options
Diffstat (limited to 'mod/post.php')
-rw-r--r-- | mod/post.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/post.php b/mod/post.php index 378192cbf..825131495 100644 --- a/mod/post.php +++ b/mod/post.php @@ -20,6 +20,7 @@ function post_init(&$a) { if(array_key_exists('auth',$_REQUEST)) { logger('mod_zot: auth request received.'); + logger('mod_post: $_REQUEST contains: ' . print_r($_REQUEST,true) . ' for ' . $webbie); $address = $_REQUEST['auth']; $dest = $_REQUEST['dest']; $sec = $_REQUEST['sec']; |