matchinfo
This commit is contained in:
parent
b702f2e23e
commit
abc2ebaded
2 changed files with 27 additions and 15 deletions
|
|
@ -59,7 +59,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
|||
echo "<td>" . htmlspecialchars($matchinfo['gameMode']) . "</td>";
|
||||
echo "<td>" . htmlspecialchars($matchinfo['mapName']) . "</td>";
|
||||
echo "<td>" . htmlspecialchars($matchinfo['createdAt']) . "</td>";
|
||||
echo "<td>" . htmlspecialchars($$matchdata['id']) . "</td>";
|
||||
echo "<td>" . htmlspecialchars($matchdata['id']) . "</td>";
|
||||
echo "</tr>";
|
||||
|
||||
echo "</table>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue