Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update statistiken.php
  • Loading branch information
pickuse committed Jan 26, 2013
1 parent 4ea9740 commit f98f5fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions statistiken.php
Expand Up @@ -157,11 +157,10 @@
<div id="stime">
<div id="ltime">
<div id="ltimeWrap">
Calculated in <b><?php
echo round(($generator->pageLoadTimeEnd()-$__start)*1000);
<?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>
Expand Down

0 comments on commit f98f5fc

Please sign in to comment.