Просмотр файла index.php

Размер файла: 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&amp;tr=true">PHP(1)</a><br/>
<img src="book.gif" border=0><a href="./?show=/stihi&amp;tr=true">&#x0421;&#x0442;&#x0438;&#x0445;&#x0438;(1)</a><br/>
<img src="book.gif" border=0><a href="./?show=/knigi&amp;tr=true">&#x041A;&#x043D;&#x0438;&#x0433;&#x0438;(3)</a><br/>
<img src="book.gif" border=0><a href="./?show=/seks&amp;tr=true">&#x042D;&#x0440;&#x043E;&#x0442;&#x0438;&#x0447;&#x0435;&#x0441;&#x043A;&#x0438;&#x0435;(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";
}

?>