mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Update karte2.php
This commit is contained in:
+1
-10
@@ -9,7 +9,6 @@
|
||||
## ##
|
||||
#################################################################################
|
||||
include("GameEngine/Village.php");
|
||||
$start = $generator->pageLoadTimeStart();
|
||||
$building->procBuild($_GET);
|
||||
if($session->plus){
|
||||
?>
|
||||
@@ -32,17 +31,9 @@ if($session->plus){
|
||||
</head>
|
||||
<body onload="start()"><?php
|
||||
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>
|
||||
</body>
|
||||
</html>
|
||||
<?php
|
||||
}
|
||||
else{header("Location: karte.php");}?>
|
||||
else{header("Location: karte.php");}?>
|
||||
|
||||
Reference in New Issue
Block a user