mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
More detailled HTTP error explanations
This commit is contained in:
parent
83489b36c4
commit
649228cd3d
2 changed files with 28 additions and 5 deletions
|
@ -26,8 +26,7 @@ function hub_return($valid, $body)
|
|||
|
||||
function hub_post_return()
|
||||
{
|
||||
header($_SERVER["SERVER_PROTOCOL"] . ' 200 OK');
|
||||
killme();
|
||||
System::httpExit(200);
|
||||
}
|
||||
|
||||
function pubsub_init(App $a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue