* fix 404 issues
This commit is contained in:
parent
ee201249d3
commit
917ec1d0c6
|
@ -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);
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue