Просмотр файла waplend/down/down.php

Размер файла: 326B
<?
include"../tools.php";
include"../head.php";
include"config.php";

if (!isset($_GET['file']))
{
header ("Location: index.php?".SID."");
}

header ("Location: $folder_level$set[loaddir]$_GET[file]");
$file=mysql_escape_string($_GET['file']);
mysql_query("INSERT INTO `downloads` (file) values('$file')");

?>