From f5bd52c9eeee5aac0c079ccb62c714a55da49cdd Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Wed, 15 Nov 2023 14:08:51 +0100 Subject: [PATCH] ; --- matchinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchinfo.php b/matchinfo.php index 2a3828e..2f8565f 100644 --- a/matchinfo.php +++ b/matchinfo.php @@ -65,7 +65,7 @@ $lastMatches = array_slice($allMatches, 0, 8); $files = glob($directory . $prefix . '*'); echo $prefix; echo $directory; - echo $files + echo $files; foreach ($files as $file) { echo $file . "\n"; }