From 3a78be1ae48366d520e571f8caf07e661cc49dce Mon Sep 17 00:00:00 2001 From: Lanta Date: Tue, 14 Nov 2023 20:55:20 +0100 Subject: [PATCH] data --- matchinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchinfo.php b/matchinfo.php index 47200a9..b49d7de 100644 --- a/matchinfo.php +++ b/matchinfo.php @@ -9,7 +9,7 @@ if (isset($_GET['matchid'])) { // Read and decode the JSON file $jsonData = json_decode(file_get_contents($filename), true); echo "
";
-        print_r($jsonData['data']['included']);
+        print_r($jsonData['included']);
         echo "
"; // Start building the HTML table