aboutsummaryrefslogtreecommitdiffstats
path: root/mod/post.php
diff options
context:
space:
mode:
authorMichael Meer <michael@meer.name>2013-09-17 10:11:22 +0200
committerMichael Meer <michael@meer.name>2013-09-17 10:11:22 +0200
commitd330df05f221e96b92d2bd17c7336152b7d8c128 (patch)
treedca26d3fa3580474bea0b93505ffa44477c35601 /mod/post.php
parent4335ef68d6e94d7e2ea8d8865c2c5bb0a60b483f (diff)
downloadvolse-hubzilla-d330df05f221e96b92d2bd17c7336152b7d8c128.tar.gz
volse-hubzilla-d330df05f221e96b92d2bd17c7336152b7d8c128.tar.bz2
volse-hubzilla-d330df05f221e96b92d2bd17c7336152b7d8c128.zip
extend admin page for hubloc / server key management
Diffstat (limited to 'mod/post.php')
-rw-r--r--mod/post.php1
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'];