]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsub.php
Remove/replace killme() with *exit()
[friendica.git] / mod / pubsub.php
index 8d6e81a68523e6e862661130205322eb5c5225dc..9b5bf1209e81b1c941c15bbf605f12251964af5c 100644 (file)
@@ -17,7 +17,7 @@ function hub_return($valid, $body)
        } else {
                System::httpExit(404);
        }
-       killme();
+       exit();
 }
 
 // when receiving an XML feed, always return OK