diff --git a/src/www/widgets/api/get.php b/src/www/widgets/api/get.php index 19be68cff..0e7bc3e59 100644 --- a/src/www/widgets/api/get.php +++ b/src/www/widgets/api/get.php @@ -31,6 +31,7 @@ collected data. */ +header("Content-Type: application/json"); header("Last-Modified: " . gmdate( "D, j M Y H:i:s" ) . " GMT" ); header("Expires: " . gmdate( "D, j M Y H:i:s", time() ) . " GMT" ); header("Cache-Control: no-store, no-cache, must-revalidate" );