From ad528cf1dc16a17b2bf0fcb7226a1f45d8016863 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" Date: Tue, 10 Dec 2002 12:10:21 +0000 Subject: [PATCH] Bug 184336: default urlbase parameter on new installs now points at http://you-havent-visited-editparams.cgi-yet/ to a) relieve cvs-mirror.mozilla.org of all the hits, and b) give people who receive those emails a hint what to do to fix it. r= joel, a= justdave --- webtools/bugzilla/defparams.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/defparams.pl b/webtools/bugzilla/defparams.pl index fc3fe82453c2..1e880dd82fb1 100644 --- a/webtools/bugzilla/defparams.pl +++ b/webtools/bugzilla/defparams.pl @@ -213,7 +213,7 @@ sub check_netmask { desc => 'The URL that is the common initial leading part of all Bugzilla ' . 'URLs.', type => 't', - default => 'http://cvs-mirror.mozilla.org/webtools/bugzilla/', + default => 'http://you-havent-visited-editparams.cgi-yet/', checker => \&check_urlbase },