View file inc/foot.php

File size: 436B
<?php
defined('WBCAT') or die('Restricted access');

echo "<div class='foot'>".$counters_and_baners."</div>";
echo '</div>';
echo '<small>gen '.round(microtime(true) - $start_time,3).'';
echo '|Online '.$online_people;
echo '<br/><a href="http://phpweb.pp.ua">Wbcat</a> system repuck by bodja special for <a href="http://click-cat.tk">click-cat.tk</a></small>';
echo '</body></html>';
ob_end_flush();
?>