mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Small fix to calcualted/servertime (#548)
* Calcuated & server time * Update plus1.php * Update rules.php * Update menu.tpl * Update maintenance.php * Update version.php * Update dorf3.php * Update karte.php * Update berichte.php * Update dorf2.php * Update plus.php * Update warsim.php * Update support.php * Update statistiken.php * Update nachrichten.php * Update spieler.php * Update crop_finder.php * Update winner.php * Update a2b2.php
This commit is contained in:
@@ -87,14 +87,14 @@ include("Templates/res.tpl");
|
||||
<div id="stime">
|
||||
<div id="ltime">
|
||||
<div id="ltimeWrap">
|
||||
Calculated in <b><?php
|
||||
<?php echo CALCULATED_IN;?> <b><?php
|
||||
echo round(($generator->pageLoadTimeEnd()-$start_timer)*1000);
|
||||
?></b> ms
|
||||
|
||||
<br />Server time: <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
|
||||
<br /><?php echo SEVER_TIME;?> <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ce"></div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user