Файл: Arh/inc/foot.php
Строк: 16
<?php
defined('WBCAT') or die('Restricted access');
$page_size = ob_get_length();
ob_end_flush();
if(!isset($_SESSION['traf']))
$_SESSION['traf'] = 0;
$_SESSION['traf'] += $page_size;
echo "<div class='topmenu'><small><div class='left'>©<a href='/version.php'>
jskat.ru</a> 3.01[beta]</div> <div class='right'>
gen ".round(microtime(true) - $start_time,3)."
| ".round($page_size / 1024, 2)."Кб</a> | ".round($_SESSION['traf'] / 1024, 2)."Кб | Online: ".$online_people." </div>
</small></a></div>";
echo "<div class='foot'>
<div id='fnx'>
счетчики сюда
</div>
</div>";
echo '</div>';
echo '</body></html>';
ob_end_flush();
?>