index also clickable #114

Merged
OpzekerIT merged 7 commits from dev into main 2023-11-15 11:09:53 +00:00
Showing only changes of commit 0e6fa91650 - Show all commits

View file

@ -72,7 +72,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
<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['matchType'] . "</a></td>
<td><a href='machinfo.php?machid=$matchid'>" . (isset($mapNames[$match['mapName']]) ? $mapNames[$match['mapName']] : $match['mapName']) . "</a></td>
<td><a href='machinfo.php?machid=$matchid'>" . $match['stats']['kills'] . "</a></td>
<td><a href='machinfo.php?machid=$matchid'>" . number_format($match['stats']['damageDealt'], 0, '.', '') . "</a></td>
<td><a href='machinfo.php?machid=$matchid'>" . $match['stats']['winPlace'] . "</a></td>