This commit is contained in:
2025-11-12 11:21:50 +01:00
parent 2e7120cb3b
commit 2866386fa6

View File

@@ -37,4 +37,15 @@ try {
<tbody>
<?php foreach ($logs as $log): ?>
<tr>
<td><?= htmlspecialchars($log['id'])
<td><?= htmlspecialchars($log['id']) ?></td>
<td><?= htmlspecialchars($log['gebruiker']) ?></td>
<td><?= htmlspecialchars($log['actie']) ?></td>
<td><?= htmlspecialchars($log['extra']) ?></td>
<td><?= htmlspecialchars($log['tijd']) ?></td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
<?php endif; ?>
</body>
</html>