aboutsummaryrefslogtreecommitdiffstats
path: root/mod/post.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-21 15:39:05 -0800
committerfriendica <info@friendica.com>2013-01-21 15:39:05 -0800
commitdebf7f5f2691bab3c3b9c6ddd4fa3135f3d4aea2 (patch)
tree0ca979bd5a84b2b64831e3627beaee925b6e20d0 /mod/post.php
parent6766f7f829923209e5ef4fda1452ed0b2ce0f09d (diff)
downloadvolse-hubzilla-debf7f5f2691bab3c3b9c6ddd4fa3135f3d4aea2.tar.gz
volse-hubzilla-debf7f5f2691bab3c3b9c6ddd4fa3135f3d4aea2.tar.bz2
volse-hubzilla-debf7f5f2691bab3c3b9c6ddd4fa3135f3d4aea2.zip
more work on magic auth
Diffstat (limited to 'mod/post.php')
-rw-r--r--mod/post.php6
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));
+
+
+ }
+
}