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:
phaze1G
2018-06-14 00:52:44 +02:00
committed by GitHub
parent 5bc1633182
commit a799afdbd9
19 changed files with 58 additions and 56 deletions
+2 -2
View File
@@ -93,11 +93,11 @@ 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>