diff options
Diffstat (limited to 'mod/post.php')
-rw-r--r-- | mod/post.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/post.php b/mod/post.php index 53180e1c1..ee21f2ffb 100644 --- a/mod/post.php +++ b/mod/post.php @@ -165,6 +165,12 @@ function post_post(&$a) { } + if($msgtype === 'auth') { + logger('mod_post: auth: ' . print_r($data,true)); + + + } + } |