]> git.mxchange.org Git - friendica.git/blobdiff - mod/amcd.php
Cleanup /format pre-move
[friendica.git] / mod / amcd.php
index 5f9f97e3f13507c12e1d0bf2d40043b3185b652f..2ef890a1b209946efb162206e9cf1d94b2c826cc 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 
 function amcd_content(App $a) {
-//header("Content-type: text/json");
-echo <<< EOT
+       echo <<< JSON
 {
   "version":1,
   "sessionstatus":{
@@ -44,6 +43,6 @@ echo <<< EOT
     }
   }
 }
-EOT;
-killme();
+JSON;
+       killme();
 }
\ No newline at end of file