From cb02d0a583327ff253cc6220de51ca885ca147b2 Mon Sep 17 00:00:00 2001 From: Lanta Date: Tue, 14 Nov 2023 20:54:24 +0100 Subject: [PATCH] data included --- matchinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchinfo.php b/matchinfo.php index 638da95..47200a9 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);
+        print_r($jsonData['data']['included']);
         echo "
"; // Start building the HTML table