]> git.mxchange.org Git - friendica.git/blobdiff - mod/amcd.php
final touches
[friendica.git] / mod / amcd.php
index 0eb295a816058a771a8ab18e51995a9cdd0bb182..ca5aa07aae20518cc1d2cd3376233c71bf72a2af 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 
-use Friendica\App;
-
-function amcd_content(App $a) {
+function amcd_content()
+{
        echo <<< JSON
 {
   "version":1,
@@ -46,5 +45,5 @@ function amcd_content(App $a) {
   }
 }
 JSON;
-       killme();
-}
\ No newline at end of file
+       exit();
+}