Update karte2.php

This commit is contained in:
Shadow
2013-12-14 18:57:20 +02:00
parent bf6bac6390
commit b41687dcdd
+1 -10
View File
@@ -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");}?>