mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-17 00:31:02 +00:00
Update karte2.php
This commit is contained in:
+1
-10
@@ -9,7 +9,6 @@
|
|||||||
## ##
|
## ##
|
||||||
#################################################################################
|
#################################################################################
|
||||||
include("GameEngine/Village.php");
|
include("GameEngine/Village.php");
|
||||||
$start = $generator->pageLoadTimeStart();
|
|
||||||
$building->procBuild($_GET);
|
$building->procBuild($_GET);
|
||||||
if($session->plus){
|
if($session->plus){
|
||||||
?>
|
?>
|
||||||
@@ -32,17 +31,9 @@ if($session->plus){
|
|||||||
</head>
|
</head>
|
||||||
<body onload="start()"><?php
|
<body onload="start()"><?php
|
||||||
include("Templates/Map/mapviewlarge.tpl");?>
|
include("Templates/Map/mapviewlarge.tpl");?>
|
||||||
<div id="stime">
|
|
||||||
<div id="ltime">
|
|
||||||
<div id="ltimeWrap">
|
|
||||||
Calculated in <b><?php echo round(($generator->pageLoadTimeEnd()-$start)*1000);?></b> ms<br />
|
|
||||||
Server time: <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="ce"></div>
|
<div id="ce"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
else{header("Location: karte.php");}?>
|
else{header("Location: karte.php");}?>
|
||||||
|
|||||||
Reference in New Issue
Block a user