Merge pull request #1382 from ethancedwards8/system-time

views: debug: add System Time
This commit is contained in:
Joerg (DJ7NT)
2024-12-26 09:43:53 +01:00
committed by GitHub

View File

@@ -64,6 +64,10 @@
<td><?= __("Environment"); ?></td>
<td><?php echo ENVIRONMENT; ?></td>
</tr>
<tr>
<td><?= __("System Time"); ?></td>
<td><?php echo(date("Y-m-d H:i:s", time())); ?></td>
</tr>
<tr class="blank-row">
<td> </td>
<td> </td>