time modify #126

Merged
OpzekerIT merged 5 commits from dev into main 2023-11-16 15:29:51 +00:00
Showing only changes of commit 1124a95eff - Show all commits

View file

@ -38,7 +38,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
<table>
<tr>
<!-- <th>Match Date</th> -->
<th>Match Date</th>
<th>Player Name</th>
<th>Mode</th>
<th>Type</th>
@ -68,6 +68,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
$matchid = $match['id'];
echo "<tr>
<td><a href='matchinfo.php?matchid=$matchid'>" . $match['createdAt'] . "</a></td>
<td><a href='matchinfo.php?matchid=$matchid'>" . $match['playername'] . "</a></td>
<td><a href='matchinfo.php?matchid=$matchid'>" . $match['gameMode'] . "</a></td>
<td><a href='matchinfo.php?matchid=$matchid'>" . $match['matchType'] . "</a></td>