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