Deprecation warning fixes

This commit is contained in:
str4d
2013-12-09 20:45:11 +00:00
parent de184ed139
commit a4114b96fd
6 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
<%
String url = searchhelper.getURL();
if (url != null) {
response.setStatus(303, "Redirecting");
response.setStatus(303);
response.setHeader("Location", url);
%>
Searching...