* fix 404 issues

This commit is contained in:
Reinhard Pointner 2015-06-02 14:34:10 +00:00
parent ee201249d3
commit 917ec1d0c6
1 changed files with 1 additions and 3 deletions

View File

@ -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);
?>