diff options
author | justdave%syndicomm.com <> | 2002-12-10 21:10:21 +0100 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-12-10 21:10:21 +0100 |
commit | e9093fd7f7e7e37d0c057b77f86f8f087c0887b1 (patch) | |
tree | 1ef3b62bc7550db9aff2b1c7e052dfd04fe5e4b2 | |
parent | 45362c74895303888838a4f408e38c73e4f917ab (diff) | |
download | bugzilla-e9093fd7f7e7e37d0c057b77f86f8f087c0887b1.tar.gz bugzilla-e9093fd7f7e7e37d0c057b77f86f8f087c0887b1.tar.xz |
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
-rw-r--r-- | defparams.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |