]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 184336: default urlbase parameter on new installs now points at http://you-havent...
authorjustdave%syndicomm.com <>
Tue, 10 Dec 2002 20:10:21 +0000 (20:10 +0000)
committerjustdave%syndicomm.com <>
Tue, 10 Dec 2002 20:10:21 +0000 (20:10 +0000)
r= joel, a= justdave

defparams.pl

index fc3fe82453c2def46172b84fbd2c8e2328c6c811..1e880dd82fb1ce2036805f6ff3f91af3c171acb0 100644 (file)
@@ -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
   },