From e9093fd7f7e7e37d0c057b77f86f8f087c0887b1 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Tue, 10 Dec 2002 20:10:21 +0000 Subject: 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 --- defparams.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defparams.pl b/defparams.pl index fc3fe8245..1e880dd82 100644 --- a/defparams.pl +++ b/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 }, -- cgit v1.2.3-24-g4f1b