Skip to content

Commit

Permalink
Update CALCULATED_IN and SEVER_TIME from lang
Browse files Browse the repository at this point in the history
  • Loading branch information
pickuse committed Jan 26, 2013
1 parent 4ea9740 commit e6acb32
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dorf2.php
Expand Up @@ -96,14 +96,13 @@
<div id="stime">
<div id="ltime">
<div id="ltimeWrap">
Calculated in <b><?php
<?php echo 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>
<br /><?php echo SEVER_TIME;?> <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
</div>
</div>
</div>
<div id="ce"></div>
</body>
</html>
</html>

0 comments on commit e6acb32

Please sign in to comment.