]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2004-04-19 13:09:27 by cjwatson]
authorcjwatson <>
Mon, 19 Apr 2004 20:09:27 +0000 (12:09 -0800)
committercjwatson <>
Mon, 19 Apr 2004 20:09:27 +0000 (12:09 -0800)
Completely ignore old 'base' parameter.

cgi/bugs-fetch2.pl.in

index 2221857f717ae5641d0a7630fdf7942eb352272d..496c092739295d40f49833934d76538fe16fbfc0 100644 (file)
@@ -55,11 +55,7 @@ END
     exit(0);
 }
 
-if (exists $in{'base'}) {
-    $base= $in{'base'};
-} else {
-    $base= $gCGIDomain;
-}
+$base= $gCGIDomain;
 
 $newurl= "http://$base/$suburl";
 print <<END;