get matchinfo #112

Merged
OpzekerIT merged 22 commits from dev into main 2023-11-14 21:38:18 +00:00
Showing only changes of commit 7587c08a02 - Show all commits

View file

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