
08.01.2008, 00:07
|
|
Познавший АНТИЧАТ
Регистрация: 02.06.2006
Сообщений: 1,187
С нами:
10495046
Репутация:
2642
|
|
Сообщение от SSB1981
Нет качает не файл а исходник Php!!!
PHP код:
<?
$a = array( 1 => 'http://antichat.ru/index.php', 2 => 'http://forum.antichat.ru/index.php' );
$file = $a[$_GET['file']];
header('Content-Disposition: attachment; filename="'.end(explode('/',$file)).'";');
readfile($file);
?>
тогда так вроде))))
|
|
|