]> git.mxchange.org Git - friendica.git/blobdiff - mod/amcd.php
Remove/replace killme() with *exit()
[friendica.git] / mod / amcd.php
index c6013b942d92913f26334731e8b0917427e85b00..31b812ecd94a6c69c360fcab2dd40312bd652325 100644 (file)
@@ -47,5 +47,5 @@ function amcd_content()
   }
 }
 JSON;
-       killme();
+       exit();
 }