on index show latest matches #69

Merged
OpzekerIT merged 6 commits from dev into main 2023-10-04 06:56:18 +00:00
Showing only changes of commit 1660bddc0a - Show all commits

View file

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