8 custom
This commit is contained in:
parent
c7dbf6b73f
commit
8b290a2d9a
1 changed files with 1 additions and 3 deletions
|
|
@ -43,13 +43,11 @@ error_reporting(E_ALL);
|
|||
echo "Stats for $key (minimal 8 matches)";
|
||||
}
|
||||
if ($key == 'custom') {
|
||||
echo "Stats for $key (minimal 5 matches)";
|
||||
echo "Stats for $key (minimal 8 matches)";
|
||||
}
|
||||
if ($key == 'Ranked') {
|
||||
echo "Stats for $key (minimal 5 matches)";
|
||||
}
|
||||
echo $key;
|
||||
|
||||
echo "<table border='1' class='sortable'>";
|
||||
echo "<tr>
|
||||
<th>Player</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue