This commit is contained in:
Thijs Stobbelaar 2023-11-15 11:33:30 +01:00
parent e4f1157346
commit cfb329465c

View file

@ -67,6 +67,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
foreach($lastMatches as $match) { foreach($lastMatches as $match) {
$matchid = $match['id']; $matchid = $match['id'];
print_r($match);
echo "<tr> echo "<tr>
<td><a href='machinfo.php?machid=$matchid'>" . $match['playername'] . "</a></td> <td><a href='machinfo.php?machid=$matchid'>" . $match['playername'] . "</a></td>
<td><a href='machinfo.php?machid=$matchid'>" . $match['gameMode'] . "</a></td> <td><a href='machinfo.php?machid=$matchid'>" . $match['gameMode'] . "</a></td>