@@ -34,7 +34,7 @@ |
||
| 34 | 34 | //Output results |
| 35 | 35 | echo(json_encode($answer)); |
| 36 | 36 | |
| 37 | -} else { |
|
| 37 | +}else { |
|
| 38 | 38 | header('HTTP/1.0 403 Forbidden'); |
| 39 | 39 | die('You are not allowed to access this data.'); |
| 40 | 40 | } |
| 41 | 41 | \ No newline at end of file |