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 776b6970f3 - Show all commits

View file

@ -8,9 +8,6 @@ if (isset($_GET['matchid'])) {
if (file_exists($filename)) { if (file_exists($filename)) {
// 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>";
print_r($jsonData['included']);
echo "</pre>";
// Start building the HTML table // Start building the HTML table
echo "<table border='1'>"; echo "<table border='1'>";