mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
add recipient url to pubsub instrumentation
This commit is contained in:
parent
35a9b49ed0
commit
a1d37b6cc4
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ function pubsub_post(&$a) {
|
|||
$xml = file_get_contents('php://input');
|
||||
|
||||
$debugging = get_config('system','debugging');
|
||||
$remote_host = 'Pubsub feed arrived from ' . $_SERVER['REMOTE_ADDR'] . ' at ' . datetime_convert() . "\n\n";
|
||||
$remote_host = 'Pubsub feed arrived from ' . $_SERVER['REMOTE_ADDR'] . ' at ' . datetime_convert() . ' for ' . $a->cmd . "\n\n";
|
||||
if($debugging)
|
||||
file_put_contents('pubsub.out', $remote_host . $xml, FILE_APPEND);
|
||||
|
||||
|
|
Loading…
Reference in a new issue