diff --git a/website/download.php b/website/download.php index 423aeb87..234ced90 100644 --- a/website/download.php +++ b/website/download.php @@ -25,8 +25,6 @@ else if ($type == 'ipkg') $file = 'filebot_'.$version.'_noarch.ipk'; -$downloadPage = $folder.'/'.$file.'/download'; - header('HTTP/1.1 302 Found'); -header('Location: '.$downloadPage); +header('Location: '.$folder.'/'.$file); ?>