View file inc/foot.php
<?php defined('_WBLIB') or die('Restricted access'); echo '</div>'; echo "<div class='foot'>© wblib v1.2b<br/>Powered by Wapweb</div>"; if ($set['gzip']) { $Contents = ob_get_contents(); $gzib_file = strlen($Contents); $gzib_file_out = strlen(gzcompress($Contents, 9)); $gzib_pro = round(100 - (100 / ($gzib_file / $gzib_file_out)), 1); echo '[gzip: ' . $gzib_pro . '%]'; } echo '</body></html>'; ob_end_flush(); ?>