From 71636d169b9c83c265491592f1f3b3c86e3be49e Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Thu, 16 Nov 2023 14:39:19 +0100 Subject: [PATCH] dont show updated --- index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 7919832..650360a 100644 --- a/index.php +++ b/index.php @@ -86,7 +86,7 @@ $lastMatches = array_slice($allMatches, 0, 8); name" . htmlspecialchars($value) . ""; } foreach ($clan as $key => $value) { + if($key == 'updated'){ + continue; + } echo "" . htmlspecialchars($key) . "" . htmlspecialchars($value) . ""; }