Просмотр файла game/chat/themes/7/foot.php
<?php list($msec, $sec) = explode(chr(32), microtime()); echo "<br/>\n</div>"; print "<div class=\"c\" id=\"down\">[".round(($sec+$msec)-$headtime,5)."] sec</div><br/>"; echo '</div><div align="center">'; if($incl_game == 1){ require_once "../includes/functions/gzip_foot.php"; } else{ require_once "includes/functions/gzip_foot.php"; } echo'</div></body></html>'; ob_end_flush(); exit; ?>