]> git.mxchange.org Git - friendica.git/blobdiff - mod/ping.php
Remove/replace killme() with *exit()
[friendica.git] / mod / ping.php
index 18b126cce560f30b4011c86c9b7004a2f093c38e..9d8311f1c445d557ec2fb4978774ea118fcd4f3b 100644 (file)
@@ -115,7 +115,7 @@ function ping_init(App $a)
                                header("Content-type: text/xml");
                                echo XML::fromArray($data, $xml);
                        }
-                       killme();
+                       exit();
                }
 
                $notifs = ping_get_notifications(local_user());
@@ -386,7 +386,7 @@ function ping_init(App $a)
                echo XML::fromArray(["result" => $data], $xml);
        }
 
-       killme();
+       exit();
 }
 
 /**