]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsubhubbub.php
Remove/replace killme() with *exit()
[friendica.git] / mod / pubsubhubbub.php
index 11fbf2cf5f3af52f7bc4919fbbb68e7776bc6178..843406fe6f4c2945b316e5ad6ca160604bf9c9f9 100644 (file)
@@ -136,5 +136,5 @@ function pubsubhubbub_init(App $a) {
 
                System::httpExit(202);
        }
-       killme();
+       exit();
 }