This commit is contained in:
Lanta 2023-11-20 11:21:40 +01:00
parent 53c56d33ee
commit f0aab2c132

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>