View file game/chat/themes/5/foot.php

File size: 960B
<?php
#-----------------------------------------------------#
#          ********* WAP-MOTORS *********             #
#             Made by   :  VANTUZ                     #
#               E-mail  :  [email protected]             #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#  Вы не имеете право вносить изменения в код скрипта #
#-----------------------------------------------------#
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;
?>