summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-xbuglist.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/buglist.cgi b/buglist.cgi
index c941691e2..7439b78ee 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -64,7 +64,6 @@ my $buffer = $cgi->query_string();
my $user = Bugzilla->login();
if (length($buffer) == 0) {
- print $cgi->header(-refresh=> '10; URL=query.cgi');
ThrowUserError("buglist_parameters_required");
}