This commit is contained in:
Lanta 2023-10-04 08:55:40 +02:00
parent 327097df32
commit 63b9e49004

View file

@ -18,7 +18,7 @@ usort($allMatches, function($a, $b) {
}); });
// Get the last 5 matches // Get the last 5 matches
$lastMatches = array_slice($allMatches, 0, 7); $lastMatches = array_slice($allMatches, 0, 8);
?> ?>