8 custom
This commit is contained in:
parent
53c56d33ee
commit
f0aab2c132
1 changed files with 1 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue