Размер файла: 1.25Kb
<?php
list($msec,$sec)=explode(chr(32),microtime());
$HeadTime=$sec+$msec;
include "cfg.php";
if(empty($_GET['show'])){
header ("Content-type:text/html; charset=utf-8");
print '<html><head><title>WAPrus.Org-BOOKS</title>
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="content-type" content="text/html; charset=utf-8"></head>
<body bgcolor="#FFFFFF" link="#201BF1" vlink="#15D206" alink="#FB2F11">
<font face="Arial" size="2">
<img src="librar.gif" alt="librar" border=0><br/>
<img src="book.gif" border=0><a href="./?show=/php&tr=true">PHP(1)</a><br/>
<img src="book.gif" border=0><a href="./?show=/stihi&tr=true">Стихи(1)</a><br/>
<img src="book.gif" border=0><a href="./?show=/knigi&tr=true">Книги(3)</a><br/>
<img src="book.gif" border=0><a href="./?show=/seks&tr=true">Эротические(1)</a><br/>
<img src="line.gif" alt="---" border=0><br/>
<a href="'.$main_url.'">WAPrus.Org</a><br/>';
list($msec,$sec)=explode(chr(32),microtime());
echo "[".round(($sec+$msec)-$HeadTime,4)."]";
print '</font></body>
</html>';
}else{
include "list.php";
}
?>