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

Размер файла: 330B
<?  
header("Cache-Control: no-cache");
if 
(isset($_GET['f'])) 
{
$f=$_GET['f'];
include "downloads/$folder[$f]/index.php";
}
else 
{
include "downloads/verh1.php";
echo $conf["title"];
include "downloads/verh2.php";
include "downloads/ser.php";
include "downloads/index.htm";
include "downloads/niz.php";
}
?>