Просмотр файла css/web/foot.php

Размер файла: 863B
  1. <?php
  2. // СОВЕТУЮ НЕ МЕНЯТЬ ЗДЕСЬ КОД
  3.  
  4. $maindir = $_SERVER['DOCUMENT_ROOT'];
  5. $file=glob("$maindir/forum/data/online/*.log");
  6. $file_count=count($file);
  7.  
  8. echo'<div class="bgr"><a href="http://'.$_SERVER['HTTP_HOST'].'">Главная</a></div>';
  9. echo'<div class=agr2><a href="http://'.$_SERVER['HTTP_HOST'].'/forum/on/online.php?'.SID.'"><font color="white">Online: '.$file_count.'</FoNt></a><bR><br></div></div>';
  10.  
  11. $HeadTime = time();
  12. list($msec,$sec)=explode(chr(32),microtime());
  13. echo round((($sec+$msec)-$HeadTime),3).' сек.<center>';
  14.  
  15. echo'<!-- ProfiSmart TOP --><a href="http://top.profismart.ru/in.php?id=429"><img src="http://top.profismart.ru/counter.php?id=429" alt="ProfiSmart TOP" border="0" width="88" height="31" /></a><!-- /ProfiSmart TOP -->';
  16.  
  17. echo'</center></body></html>';
  18. ob_end_flush();
  19. exit;
  20.  
  21. ?>