diff options
author | Simon Green <mail@simon.green> | 2015-07-29 11:38:37 +0200 |
---|---|---|
committer | Simon Green <mail@simon.green> | 2015-07-29 11:38:37 +0200 |
commit | 9e518c6b33f5b6aadb363ff0786a391c1fda6d7b (patch) | |
tree | c709e29a87a3eb95ce0b0251b803ab40e796191c /template/en/default/admin | |
parent | f578f79698f5779f20ee8354a3af132fafaf66da (diff) | |
download | bugzilla-9e518c6b33f5b6aadb363ff0786a391c1fda6d7b.tar.gz bugzilla-9e518c6b33f5b6aadb363ff0786a391c1fda6d7b.tar.xz |
Bug 399078 - Remove the 'musthavemilestoneonaccept' parameter
r=gerv, a=simon
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/params/core.html.tmpl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl index d7703b5b8..decd8895a 100644 --- a/template/en/default/admin/params/core.html.tmpl +++ b/template/en/default/admin/params/core.html.tmpl @@ -24,12 +24,4 @@ _ " using the <var>sslbase</var> parameter. Also, when this is enabled," _ " Bugzilla will send out links using <var>sslbase</var> in emails" _ " instead of <var>urlbase</var>.", - - cookiepath => "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.", } %] |