From d330df05f221e96b92d2bd17c7336152b7d8c128 Mon Sep 17 00:00:00 2001 From: Michael Meer Date: Tue, 17 Sep 2013 10:11:22 +0200 Subject: extend admin page for hubloc / server key management --- mod/post.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/post.php') 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']; -- cgit v1.2.3