summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authormbarnson%sisna.com <>2002-11-05 12:37:22 +0100
committermbarnson%sisna.com <>2002-11-05 12:37:22 +0100
commit3ca4c69dfcc0b95afdc41ae636f14c94c443941e (patch)
treed095dcb807126d3884cf9d11f3e95c43ae37e044 /defparams.pl
parentf4d3755ca78db691d86467509bf11ce603fbc478 (diff)
downloadbugzilla-3ca4c69dfcc0b95afdc41ae636f14c94c443941e.tar.gz
bugzilla-3ca4c69dfcc0b95afdc41ae636f14c94c443941e.tar.xz
Modified text for cookiepath line for clarity.
See bug 162359
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl9
1 files changed, 7 insertions, 2 deletions
diff --git a/defparams.pl b/defparams.pl
index a6abf0099..d05d72913 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -206,8 +206,13 @@ sub check_netmask {
{
name => 'cookiepath',
- desc => 'Directory path under your document root that holds your ' .
- 'Bugzilla installation. Make sure to begin with a /.',
+ 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.',
type => 't',
default => '/'
},