Remove/replace killme() with *exit()
This commit is contained in:
+1
-1
@@ -426,5 +426,5 @@ function displayShowFeed($item_id, $conversation)
|
||||
}
|
||||
header("Content-type: application/atom+xml");
|
||||
echo $xml;
|
||||
killme();
|
||||
exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user