more work on magic auth

This commit is contained in:
friendica
2013-01-21 15:39:05 -08:00
parent 6766f7f829
commit debf7f5f26
5 changed files with 19 additions and 2 deletions

View File

@@ -165,6 +165,12 @@ function post_post(&$a) {
}
if($msgtype === 'auth') {
logger('mod_post: auth: ' . print_r($data,true));
}
}