More detailled HTTP error explanations

This commit is contained in:
Michael 2018-12-02 20:10:53 +00:00
parent 83489b36c4
commit 649228cd3d
2 changed files with 28 additions and 5 deletions

View file

@ -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)