This website requires JavaScript.
Explore
Help
Sign In
mobeigi
/
filebot
Watch
1
Star
0
Fork
You've already forked filebot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ab2aeee4f1
filebot
/
website
/
syno
/
index.php
5 lines
100 B
PHP
Raw
Normal View
History
Unescape
Escape
* update syno package source location (and allow for customized package source logic in the future)
2014-07-12 18:04:31 +00:00
<
?
php
header
(
'HTTP/1.1 302 Found'
);
* use CloudFlare to heavily cache all app.filebot.net resources
2015-05-11 18:20:32 +00:00
header
(
'Location: https://app.filebot.net/syno/index.json'
);
* update syno package source location (and allow for customized package source logic in the future)
2014-07-12 18:04:31 +00:00
?>