From 11937cb8c0b8968e96a4c532529f22c1560e42df Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 4 Oct 2023 08:51:32 +0200 Subject: [PATCH] last 7 and mapname --- index.php | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 89c2d1c..2f8c5d6 100644 --- a/index.php +++ b/index.php @@ -18,7 +18,8 @@ usort($allMatches, function($a, $b) { }); // Get the last 5 matches -$lastMatches = array_slice($allMatches, 0, 5); +$lastMatches = array_slice($allMatches, 0, 7); + ?> @@ -57,6 +58,20 @@ $lastMatches = array_slice($allMatches, 0, 5); "Erangel", + "Chimera_Main" => "Paramo", + "Desert_Main" => "Miramar", + "DihorOtok_Main" => "Vikendi", + "Erangel_Main" => "Erangel", + "Heaven_Main" => "Haven", + "Kiki_Main" => "Deston", + "Range_Main" => "Camp Jackal", + "Savage_Main" => "Sanhok", + "Summerland_Main" => "Karakin", + "Tiger_Main" => "Taego" + ); + foreach($lastMatches as $match) { ?> @@ -64,7 +79,7 @@ $lastMatches = array_slice($allMatches, 0, 5); - +