diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-07-02 21:24:02 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-07-02 21:24:02 -0700 |
commit | a1a18f77a50804e0127dfa4b0f5240c49c541184 (patch) | |
tree | 19a38880afe505beddb5590379a8134d7730a277 /subsonic-web/forum.html | |
parent | b61d787706979e7e20f4c3c4f93c1f129d92273f (diff) | |
download | dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.gz dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.bz2 dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.zip |
Initial Commit
Diffstat (limited to 'subsonic-web/forum.html')
-rw-r--r-- | subsonic-web/forum.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/subsonic-web/forum.html b/subsonic-web/forum.html new file mode 100644 index 00000000..d4469b77 --- /dev/null +++ b/subsonic-web/forum.html @@ -0,0 +1,12 @@ +<html> + +<!--Redirects to the new forum page URL. Subsonic web interface point to this URL (forum.html) .--> + +<head> + <meta http-equiv="refresh" content="0;URL=http://forum.subsonic.org/"> +</head> + +<body> +</body> + +</html>
\ No newline at end of file |