Просмотр файла inc/foot.php
- <?php
- defined('WBCAT') or die('Restricted access');
- echo "<div class='foot'>© Wapweb</div>";
- echo '[gen:'.round(microtime(true) - $start_time,3).']';
- echo '</body></html>';
- ob_end_flush();
- ?>
- <?php
- defined('WBCAT') or die('Restricted access');
- echo "<div class='foot'>© Wapweb</div>";
- echo '[gen:'.round(microtime(true) - $start_time,3).']';
- echo '</body></html>';
- ob_end_flush();
- ?>