Cleanup /format pre-move
This commit is contained in:
parent
f77632378b
commit
56ee734b00
85 changed files with 522 additions and 581 deletions
|
|
@ -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();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue