From: cjwatson <> Date: Mon, 19 Apr 2004 20:09:27 +0000 (-0800) Subject: [project @ 2004-04-19 13:09:27 by cjwatson] X-Git-Tag: release/2.6.0~751 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=89f510808cb171f4ddef543de9285f27d17cd114;p=debbugs.git [project @ 2004-04-19 13:09:27 by cjwatson] Completely ignore old 'base' parameter. --- diff --git a/cgi/bugs-fetch2.pl.in b/cgi/bugs-fetch2.pl.in index 2221857f..496c0927 100644 --- a/cgi/bugs-fetch2.pl.in +++ b/cgi/bugs-fetch2.pl.in @@ -55,11 +55,7 @@ END exit(0); } -if (exists $in{'base'}) { - $base= $in{'base'}; -} else { - $base= $gCGIDomain; -} +$base= $gCGIDomain; $newurl= "http://$base/$suburl"; print <