]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
Remove/replace killme() with *exit()
[friendica.git] / mod / display.php
index a616fc8cc343022dcdbe7b0240f14795157cf8c5..dc43e08d3486404e4c86d6f0667deaea01072e1b 100644 (file)
@@ -426,5 +426,5 @@ function displayShowFeed($item_id, $conversation)
        }
        header("Content-type: application/atom+xml");
        echo $xml;
-       killme();
+       exit();
 }