Add system time to System > Basic tab

This commit is contained in:
billz
2023-06-04 15:27:54 +00:00
parent 47cbd520d0
commit da091b9142
5 changed files with 14 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ include('includes/sysstats.php');
</div>
<div class="row mb-1">
<div class="info-item col-xs-3"><?php echo _("Uptime"); ?></div><div class="info-value col-xs-3"><?php echo htmlspecialchars($uptime, ENT_QUOTES); ?></div>
</div>
<div class="row mb-1">
<div class="info-item col-xs-3"><?php echo _("System Time"); ?></div><div class="info-value col-xs-3"><?php echo htmlspecialchars($systime, ENT_QUOTES); ?></div>
</div>
</div>
</div>