aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/src/main/webapp/search.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-site/src/main/webapp/search.jsp')
-rw-r--r--subsonic-site/src/main/webapp/search.jsp4
1 files changed, 0 insertions, 4 deletions
diff --git a/subsonic-site/src/main/webapp/search.jsp b/subsonic-site/src/main/webapp/search.jsp
deleted file mode 100644
index cc5e24a6..00000000
--- a/subsonic-site/src/main/webapp/search.jsp
+++ /dev/null
@@ -1,4 +0,0 @@
-<%
- String query = request.getParameter("query") + "+site:subsonic.org";
- response.sendRedirect("http://www.google.com/search?q=" + query);
-%>