1
0
Fork 0

hub anomolies & swat0 compliance

This commit is contained in:
Friendika 2010-11-04 20:47:44 -07:00
commit 4cba826a2f
9 changed files with 125 additions and 90 deletions

View file

@ -87,6 +87,7 @@ function pubsub_post(&$a) {
$xml = file_get_contents('php://input');
logger('pubsub: feed arrived from ' . $_SERVER['REMOTE_ADDR'] . ' for ' . $a->cmd );
logger('pubsub: user-agent: ' . $_SERVER['HTTP_USER_AGENT'] );
logger('pubsub: data: ' . $xml, LOGGER_DATA);
$nick = (($a->argc > 1) ? notags(trim($a->argv[1])) : '');