mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 06:11:00 +00:00
fix: Calculated In time sometimes invalid due to $start variable reuse
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ div.c1 {text-align: center}
|
||||
<div id="ltime">
|
||||
<div id="ltimeWrap">
|
||||
Calculated in <b><?php
|
||||
echo round(($generator->pageLoadTimeEnd()-$start)*1000);
|
||||
echo round(($generator->pageLoadTimeEnd()-$start_timer)*1000);
|
||||
?></b> ms
|
||||
<br>
|
||||
Server time: <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
|
||||
|
||||
Reference in New Issue
Block a user