From d450f7d7e1b4def6becff1cbfb035d97e7c403c7 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Thu, 16 Nov 2023 16:23:12 +0100 Subject: [PATCH] CREATEDAD --- index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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']) . "