This commit is contained in:
Thijs Stobbelaar 2023-11-20 11:21:40 +01:00
parent c7dbf6b73f
commit 8b290a2d9a

View file

@ -43,13 +43,11 @@ error_reporting(E_ALL);
echo "Stats for $key (minimal 8 matches)"; echo "Stats for $key (minimal 8 matches)";
} }
if ($key == 'custom') { if ($key == 'custom') {
echo "Stats for $key (minimal 5 matches)"; echo "Stats for $key (minimal 8 matches)";
} }
if ($key == 'Ranked') { if ($key == 'Ranked') {
echo "Stats for $key (minimal 5 matches)"; echo "Stats for $key (minimal 5 matches)";
} }
echo $key;
echo "<table border='1' class='sortable'>"; echo "<table border='1' class='sortable'>";
echo "<tr> echo "<tr>
<th>Player</th> <th>Player</th>