summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authormbarnson%sisna.com <>2002-11-05 12:48:59 +0100
committermbarnson%sisna.com <>2002-11-05 12:48:59 +0100
commit662cb14fe9d3a1f60956a8d72fcd1fd21f1cbec8 (patch)
tree8914f926c2ec18e26c3eb6d16bfdac150e1ec519 /defparams.pl
parent3ca4c69dfcc0b95afdc41ae636f14c94c443941e (diff)
downloadbugzilla-662cb14fe9d3a1f60956a8d72fcd1fd21f1cbec8.tar.gz
bugzilla-662cb14fe9d3a1f60956a8d72fcd1fd21f1cbec8.tar.xz
Oops, tabs.
Fixed.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/defparams.pl b/defparams.pl
index d05d72913..7cd27439d 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -208,11 +208,11 @@ sub check_netmask {
name => 'cookiepath',
desc => 'Path, relative to your web document root, to which to restrict' .
'Bugzilla cookies. Normally this is the URI portion of your URL' .
- 'base. Begin with a / (single slash mark). For instance, if' .
- 'Bugzilla serves from http://www.somedomain.com/bugzilla/, set' .
- 'this parameter to /bugzilla/ . Setting it to / will allow' .
- 'all sites served by this web server or virtual host to read' .
- 'Bugzilla cookies.',
+ 'base. Begin with a / (single slash mark). For instance, if' .
+ 'Bugzilla serves from http://www.somedomain.com/bugzilla/, set' .
+ 'this parameter to /bugzilla/ . Setting it to / will allow' .
+ 'all sites served by this web server or virtual host to read' .
+ 'Bugzilla cookies.',
type => 't',
default => '/'
},