parent
dcbb5a2a18
commit
bd851f2929
|
@ -2777,10 +2777,6 @@ class H5PCore {
|
||||||
* @param null|int $status_code Http response code
|
* @param null|int $status_code Http response code
|
||||||
*/
|
*/
|
||||||
private static function printJson($data, $status_code = NULL) {
|
private static function printJson($data, $status_code = NULL) {
|
||||||
if ($status_code !== NULL) {
|
|
||||||
http_response_code($status_code);
|
|
||||||
}
|
|
||||||
|
|
||||||
header('Cache-Control: no-cache');
|
header('Cache-Control: no-cache');
|
||||||
header('Content-type: application/json; charset=utf-8');
|
header('Content-type: application/json; charset=utf-8');
|
||||||
print json_encode($data);
|
print json_encode($data);
|
||||||
|
|
Loading…
Reference in New Issue