]> git.mxchange.org Git - friendica.git/blobdiff - mod/rsd_xml.php
Remove/replace killme() with *exit()
[friendica.git] / mod / rsd_xml.php
index 8c7170dcdf604827551e6551a41a15dea9ae3b71..84dedd6c56da12bcada3e2683ee062350783cf47 100644 (file)
@@ -22,5 +22,5 @@ function rsd_xml_content(App $a)
   </service>
 </rsd>';
 
-       killme();
+       exit();
 }