This commit is contained in:
Lanta 2023-11-14 20:55:20 +01:00
parent cb02d0a583
commit 3a78be1ae4

View file

@ -9,7 +9,7 @@ if (isset($_GET['matchid'])) {
// Read and decode the JSON file // Read and decode the JSON file
$jsonData = json_decode(file_get_contents($filename), true); $jsonData = json_decode(file_get_contents($filename), true);
echo "<pre>"; echo "<pre>";
print_r($jsonData['data']['included']); print_r($jsonData['included']);
echo "</pre>"; echo "</pre>";
// Start building the HTML table // Start building the HTML table