X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Famcd.php;h=c6013b942d92913f26334731e8b0917427e85b00;hb=819592c3bd295986fc52d1c3e3abd4e32cf48645;hp=0eb295a816058a771a8ab18e51995a9cdd0bb182;hpb=1c38540f20b3207a0fd09ef0802125e45e83bcf6;p=friendica.git diff --git a/mod/amcd.php b/mod/amcd.php index 0eb295a816..c6013b942d 100644 --- a/mod/amcd.php +++ b/mod/amcd.php @@ -2,7 +2,8 @@ use Friendica\App; -function amcd_content(App $a) { +function amcd_content() +{ echo <<< JSON { "version":1, @@ -47,4 +48,4 @@ function amcd_content(App $a) { } JSON; killme(); -} \ No newline at end of file +}