]> git.mxchange.org Git - friendica.git/blobdiff - mod/amcd.php
Merge pull request #3483 from rabuzarus/20170522_-_frio_event_button_fix
[friendica.git] / mod / amcd.php
index 5f9f97e3f13507c12e1d0bf2d40043b3185b652f..0eb295a816058a771a8ab18e51995a9cdd0bb182 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+use Friendica\App;
+
 function amcd_content(App $a) {
-//header("Content-type: text/json");
-echo <<< EOT
+       echo <<< JSON
 {
   "version":1,
   "sessionstatus":{
@@ -44,6 +45,6 @@ echo <<< EOT
     }
   }
 }
-EOT;
-killme();
+JSON;
+       killme();
 }
\ No newline at end of file