s
This commit is contained in:
parent
e4f1157346
commit
cfb329465c
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
|||
|
||||
foreach($lastMatches as $match) {
|
||||
$matchid = $match['id'];
|
||||
print_r($match);
|
||||
echo "<tr>
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . $match['playername'] . "</a></td>
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . $match['gameMode'] . "</a></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue