fix SERVER_TIME

This commit is contained in:
221V
2024-10-09 17:48:39 +03:00
parent a0a0059f68
commit ca3cecf457
24 changed files with 26 additions and 32 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ include("Templates/res.tpl");
echo round(($generator->pageLoadTimeEnd()-$start_timer)*1000);
?></b> ms
<br /><?php echo SEVER_TIME;?> <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
<br /><?php echo SERVER_TIME;?> <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
</div>
</div>
</div>