From: mbarnson%sisna.com <> Date: Tue, 5 Nov 2002 11:48:59 +0000 (+0000) Subject: Oops, tabs. X-Git-Tag: bugzilla-2.17.1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=662cb14fe9d3a1f60956a8d72fcd1fd21f1cbec8;p=thirdparty%2Fbugzilla.git Oops, tabs. Fixed. --- diff --git a/defparams.pl b/defparams.pl index d05d729136..7cd27439d8 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 => '/' },