PHP-Plugin übergibt an DOWNLOAD.PHP:
Code: Select all
...scripte/statistik/download.php?datei=4U_011&serie=4uIn der DOWNLOAD.PHP steht dann
Code: Select all
$datei= "uploads/".$_GET['serie']."/".$_GET['datei'].".ZIP";
if (file_exists($datei)){
header("Location: $datei");}
else{
include "error.php";}
break;
Könnte das vielleicht hiermit zu tun haben?
Code: Select all
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/.linus/hadley/atari-pd.net/scripte/statistik/download.php on line 31mfg
Hadley