Просмотр файла require/foot.php
- <?php
- echo'<div class="botline"></div>
- <div class="footer">© icoder.net.ua</div>
- <div class="ref"></div>';
- list($msec,$sec)=explode(chr(32),microtime());
- echo'['.round((($sec+$msec)-$HeadTime),4).' сек.]</body>
- </html>';
- ?>