diff options
author | Michael Meer <michael@meer.name> | 2014-01-28 10:58:31 +0100 |
---|---|---|
committer | Michael Meer <michael@meer.name> | 2014-01-28 10:58:31 +0100 |
commit | aa285b83c1c8f674be8f200d4feae6299eafc436 (patch) | |
tree | 071d97727124df6e881f8ef70167931e532a9426 /mod/post.php | |
parent | 8ddee71c2b0f384470965dd46a2e594a4f98f8e0 (diff) | |
download | volse-hubzilla-aa285b83c1c8f674be8f200d4feae6299eafc436.tar.gz volse-hubzilla-aa285b83c1c8f674be8f200d4feae6299eafc436.tar.bz2 volse-hubzilla-aa285b83c1c8f674be8f200d4feae6299eafc436.zip |
to make visible what I try, ping still won't work, but I'm confused about get_channel
Diffstat (limited to 'mod/post.php')
-rw-r--r-- | mod/post.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/post.php b/mod/post.php index d01f61a5c..cce183e46 100644 --- a/mod/post.php +++ b/mod/post.php @@ -9,6 +9,8 @@ require_once('include/zot.php'); function post_init(&$a) { + logger('POST inside',LOGGER_DEBUG); + logger('POST given parameter: ' . print_r($_REQUEST,true), LOGGER_DEBUG); // Most access to this endpoint is via the post method. // Here we will pick out the magic auth params which arrive |