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