diff --git a/cms/assets.php b/cms/assets.php index 009cc90..9b30e54 100644 --- a/cms/assets.php +++ b/cms/assets.php @@ -95,7 +95,7 @@ function executeGET() { header('Content-Type: application/json'); header("Content-disposition: inline; filename=hpr_stats.json"); - echo json_encode($asset_array); + echo json_encode($asset_array, JSON_NUMERIC_CHECK); } diff --git a/hub/calendar.php b/hub/calendar.php index 81537f5..eda78f2 100644 --- a/hub/calendar.php +++ b/hub/calendar.php @@ -203,7 +203,7 @@ if ($result = mysqli_query($connection, $ep_retrieve)) { $show_array[$id] = array ( "date" => date('Y-m-d', strtotime($date) ), "title" => $title, "host" => $host, - "status" => "Waiting for media" + "status" => "Distributing media to the ccdn" ); } }