diff --git a/config/clanmembers.json b/config/clanmembers.json index 6b16d42..0b22e50 100644 --- a/config/clanmembers.json +++ b/config/clanmembers.json @@ -7,6 +7,9 @@ "Masistuta", "RalphNorris", "Jimbo_The_One", + "SquadKiller101", + "Pettie1972", + "HeteKip", "Shepherders" ] } diff --git a/index.php b/index.php index a763870..dda75e3 100644 --- a/index.php +++ b/index.php @@ -123,7 +123,7 @@ $lastMatches = array_slice($allMatches, 0, 8); if ($key == 'updated') { continue; } - echo "" . htmlspecialchars($key) . "" . htmlspecialchars($value) . ""; + echo "" . htmlspecialchars($key) . "" . htmlspecialchars($value) . ""; } echo ""; } else {