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) . " |
";
}