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