aboutsummaryrefslogtreecommitdiff
path: root/subsonic-web/index.php
blob: 96d54c857debb1d94360df4b2a8a4b8696e456ee (plain)
1
2
3
4
<?php
    header('Location:http://www.subsonic.org/');
    die();
?>