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
This commit is contained in:
justdave%syndicomm.com 2002-12-10 12:10:21 +00:00
Родитель 47bee26159
Коммит ad528cf1dc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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
},