From 4f3a1657a26782fae2f3b8e150b2595c02cbc87f Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Wed, 21 May 2025 10:21:55 +0200 Subject: [PATCH] 2025-05-21_08-21-55Z_Wednesday --- cms/assets.php | 2 +- hub/calendar.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ); } }