aboutsummaryrefslogtreecommitdiff
path: root/subsonic-web/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-web/index.php')
-rw-r--r--subsonic-web/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/subsonic-web/index.php b/subsonic-web/index.php
new file mode 100644
index 00000000..96d54c85
--- /dev/null
+++ b/subsonic-web/index.php
@@ -0,0 +1,4 @@
+<?php
+ header('Location:http://www.subsonic.org/');
+ die();
+?> \ No newline at end of file