nice
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s

This commit is contained in:
2023-11-26 11:01:19 +01:00
parent 95837394a9
commit 26ec6de1e3
3 changed files with 36 additions and 3 deletions

View File

@ -4,6 +4,7 @@
<tr>
<th>event</th>
<th>Wann wars</th>
<th>run</th>
<th>rang</th>
<th>stnr</th>
@ -22,6 +23,7 @@
<?php foreach($results as $res): ?>
<tr>
<td><?= $res['event'] ?></td>
<td><?= $res['ago'] ?></td>
<td><?= $res['run'] ?></td>
<td><?= $res['rang'] ?></td>
<td><?= $res['stnr'] ?></td>