@@ -34,7 +34,7 @@ |
||
34 | 34 | $json = json_encode($result, JSON_PRETTY_PRINT); |
35 | 35 | header("Content-length:" . strlen($json)); |
36 | 36 | echo($json); |
37 | - } else { |
|
37 | + }else { |
|
38 | 38 | $result = array(); |
39 | 39 | $json = json_encode($result, JSON_PRETTY_PRINT); |
40 | 40 | echo($json); |