mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #1382 from ethancedwards8/system-time
views: debug: add System Time
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user