]> git.mxchange.org Git - friendica.git/blobdiff - mod/amcd.php
Merge pull request #7039 from annando/api-reshare-quote
[friendica.git] / mod / amcd.php
index c6013b942d92913f26334731e8b0917427e85b00..ca5aa07aae20518cc1d2cd3376233c71bf72a2af 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-use Friendica\App;
-
 function amcd_content()
 {
        echo <<< JSON
@@ -47,5 +45,5 @@ function amcd_content()
   }
 }
 JSON;
-       killme();
+       exit();
 }