5 lines
100 B
PHP
5 lines
100 B
PHP
<?php
|
|
header('HTTP/1.1 302 Found');
|
|
header('Location: https://app.filebot.net/syno/index.json');
|
|
?>
|