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); - + @@ -68,8 +68,9 @@ $lastMatches = array_slice($allMatches, 0, 8); $matchid = $match['id']; echo " - + +
Match Date Player NameMatch Date Mode Type Map
" . $match['createdAt'] . "" . $match['playername'] . "" . $match['createdAt'] . " " . $match['gameMode'] . " " . $match['matchType'] . " " . (isset($mapNames[$match['mapName']]) ? $mapNames[$match['mapName']] : $match['mapName']) . "