From: justdave%syndicomm.com <> Date: Tue, 10 Dec 2002 20:10:21 +0000 (+0000) Subject: Bug 184336: default urlbase parameter on new installs now points at http://you-havent... X-Git-Tag: bugzilla-2.17.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9093fd7f7e7e37d0c057b77f86f8f087c0887b1;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/defparams.pl b/defparams.pl index fc3fe82453..1e880dd82f 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 },