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