mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
* 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
Block a user