diff --git a/index.php b/index.php index a25d688..aaa7ed9 100644 --- a/index.php +++ b/index.php @@ -38,8 +38,8 @@ $lastMatches = array_slice($allMatches, 0, 8);
| Match Date | Player Name | +Match Date | Mode | Type | Map | @@ -68,8 +68,9 @@ $lastMatches = array_slice($allMatches, 0, 8); $matchid = $match['id']; echo "
|---|---|---|---|---|---|
| " . $match['createdAt'] . " | +" . $match['playername'] . " | +" . $match['createdAt'] . " | " . $match['gameMode'] . " | " . $match['matchType'] . " | " . (isset($mapNames[$match['mapName']]) ? $mapNames[$match['mapName']] : $match['mapName']) . " |