Update karte2.php

This commit is contained in:
Shadow
2013-12-14 18:57:20 +02:00
parent bf6bac6390
commit b41687dcdd
-9
View File
@@ -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,14 +31,6 @@ 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>