]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Modified text for cookiepath line for clarity.
authormbarnson%sisna.com <>
Tue, 5 Nov 2002 11:37:22 +0000 (11:37 +0000)
committermbarnson%sisna.com <>
Tue, 5 Nov 2002 11:37:22 +0000 (11:37 +0000)
See bug 162359

defparams.pl

index a6abf0099c1ff1e2c19b2b8e76d57a677f6e8283..d05d729136f2aaee750afc45f05e2e8666212bfa 100644 (file)
@@ -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 => '/'
   },