filebot/website/syno/index.php

5 lines
104 B
PHP

<?php
header('HTTP/1.1 302 Found');
header('Location: http://packages.filebot.net/syno/index.json');
?>