From 962ceec4752f64cbb148dd08a556c872d2249dfc Mon Sep 17 00:00:00 2001 From: "mbarnson%sisna.com" Date: Tue, 5 Nov 2002 03:48:59 +0000 Subject: [PATCH] Oops, tabs. Fixed. git-svn-id: svn://10.0.0.236/trunk@132996 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/defparams.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mozilla/webtools/bugzilla/defparams.pl b/mozilla/webtools/bugzilla/defparams.pl index d05d729136f..7cd27439d82 100644 --- a/mozilla/webtools/bugzilla/defparams.pl +++ b/mozilla/webtools/bugzilla/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 => '/' },