This commit is contained in:
Lanta 2023-11-14 20:59:56 +01:00
parent f185bdc70b
commit 6934176c16

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'>";