diff options
author | justdave%bugzilla.org <> | 2008-04-17 04:17:10 +0000 |
---|---|---|
committer | justdave%bugzilla.org <> | 2008-04-17 04:17:10 +0000 |
commit | d718c04608c7e957ca80b26753896983111f32a4 (patch) | |
tree | ec16561b998230d178299e1c7333d5bd62abfb7c | |
parent | Bug 429378: collectstats.pl fails if ./graphs is a symlink (diff) | |
download | bugzilla-d718c04608c7e957ca80b26753896983111f32a4.tar.gz bugzilla-d718c04608c7e957ca80b26753896983111f32a4.tar.bz2 bugzilla-d718c04608c7e957ca80b26753896983111f32a4.zip |
back out change that wasn't supposed to be part of the previous commit
-rwxr-xr-x | post_bug.cgi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/post_bug.cgi b/post_bug.cgi index ea1b30b82..82317483b 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -53,9 +53,6 @@ my $vars = {}; # Main Script ###################################################################### -# redirect to enter_bug if no field is passed. -print $cgi->redirect(correct_urlbase() . 'enter_bug.cgi') unless $cgi->param(); - # Detect if the user already used the same form to submit a bug my $token = trim($cgi->param('token')); if ($token) { |