mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-10 21:31:01 +00:00
fix: "generated in" fix for Rally Point
This commit is contained in:
@@ -21,7 +21,7 @@ if($_GET['id'] == 99 && $village->natar == 0){
|
|||||||
header("Location: dorf2.php");
|
header("Location: dorf2.php");
|
||||||
}
|
}
|
||||||
|
|
||||||
$start = $generator->pageLoadTimeStart();
|
$pagestart = $generator->pageLoadTimeStart();
|
||||||
$alliance->procAlliForm($_POST);
|
$alliance->procAlliForm($_POST);
|
||||||
$technology->procTech($_POST);
|
$technology->procTech($_POST);
|
||||||
$market->procMarket($_POST);
|
$market->procMarket($_POST);
|
||||||
@@ -379,8 +379,8 @@ include("Templates/res.tpl");
|
|||||||
<div id="stime">
|
<div id="stime">
|
||||||
<div id="ltime">
|
<div id="ltime">
|
||||||
<div id="ltimeWrap">
|
<div id="ltimeWrap">
|
||||||
Calculated in <b><?php
|
<?php echo CALCULATED_IN;?> <b><?php
|
||||||
echo round(($generator->pageLoadTimeEnd()-$start)*1000);
|
echo round(($generator->pageLoadTimeEnd()-$pagestart)*1000);
|
||||||
?></b> ms
|
?></b> ms
|
||||||
|
|
||||||
<br />Server time: <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
|
<br />Server time: <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user