Modified text for cookiepath line for clarity.

See bug 162359
This commit is contained in:
mbarnson%sisna.com 2002-11-05 03:37:22 +00:00
Родитель e683265536
Коммит 2fe21cd4d5
1 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -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 => '/'
},