View file install/inc/foot.php

File size: 629B
<?

list($msec, $sec) = explode(chr(32), microtime());

//echo "<a href='/' accesskey='0' title='На главную'>".(isset ($set['copy']) && $set['copy']!=null?$set['copy']:'На главную')."</a><br />\n";

$page_size = ob_get_length(); 
ob_end_flush(); 
if(!isset($_SESSION['traf'])) 
	$_SESSION['traf'] = 0; 
	$_SESSION['traf'] += $page_size; 

echo '<div class="foot"><small>
	[ '.round($page_size / 1024, 2).' Кб
	/ '.round($_SESSION['traf'] / 1024, 2).' Кб
	/ '.round(($sec + $msec) - $conf['headtime'], 3).'сек]</small></div>'; 
	echo "<div class='rekl_foot'>\n";
echo "</div>\n</body>\n</html>";
exit;

?>