From 63b9e490047978400c8e0e596c18e79e9f757f69 Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 4 Oct 2023 08:55:40 +0200 Subject: [PATCH] 8 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index c847cef..f8506d1 100644 --- a/index.php +++ b/index.php @@ -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); ?>