X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Frsd_xml.php;h=84dedd6c56da12bcada3e2683ee062350783cf47;hb=bd13a73b2be3f14fa02f28d7848abffe596f9cc5;hp=1417e9646a2825bafc274be396716a5ed8c0d29a;hpb=fa3fa42d966e00534aa6cbf33d60ef438a8e3b97;p=friendica.git diff --git a/mod/rsd_xml.php b/mod/rsd_xml.php index 1417e9646a..84dedd6c56 100644 --- a/mod/rsd_xml.php +++ b/mod/rsd_xml.php @@ -1,6 +1,7 @@ Friendica http://friendica.com/ - + http://status.net/wiki/TwitterCompatibleAPI false @@ -21,5 +22,5 @@ function rsd_xml_content(App $a) '; - killme(); -} \ No newline at end of file + exit(); +}