From: Byron Jones Date: Mon, 17 Sep 2012 14:22:09 +0000 (+0800) Subject: Bug 761046: Don't redirect when hitting buglist.cgi directly to avoid duplicate cgi... X-Git-Tag: bugzilla-4.2.4~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04313ae18ed5a139558aa7dad9f8bad23d13caa8;p=thirdparty%2Fbugzilla.git Bug 761046: Don't redirect when hitting buglist.cgi directly to avoid duplicate cgi->header calls r=LpSolit, a=LpSolit --- diff --git a/buglist.cgi b/buglist.cgi index c941691e2f..7439b78ee8 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"); }