]> git.mxchange.org Git - friendica.git/blobdiff - mod/amcd.php
Move user tombstone activity data to ActivityPub\Transmitter
[friendica.git] / mod / amcd.php
index 2ef890a1b209946efb162206e9cf1d94b2c826cc..ca5aa07aae20518cc1d2cd3376233c71bf72a2af 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
-function amcd_content(App $a) {
+function amcd_content()
+{
        echo <<< JSON
 {
   "version":1,
@@ -44,5 +45,5 @@ function amcd_content(App $a) {
   }
 }
 JSON;
-       killme();
-}
\ No newline at end of file
+       exit();
+}