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 /docs/en/rst/administering | |
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 'docs/en/rst/administering')
-rw-r--r-- | docs/en/rst/administering/parameters.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/en/rst/administering/parameters.rst b/docs/en/rst/administering/parameters.rst index f040bcfc6..974e7a16d 100644 --- a/docs/en/rst/administering/parameters.rst +++ b/docs/en/rst/administering/parameters.rst @@ -40,15 +40,6 @@ sslbase the :param:`sslbase` should be set to :paramval:`https://www.foo.com/bugzilla/`. -cookiepath - Defines a path, relative to the web document root, that Bugzilla - cookies will be restricted to. For example, if the - :param:`urlbase` is set to - :file:`http://www.foo.com/bugzilla/`, the - :param:`cookiepath` should be set to - :paramval:`/bugzilla/`. Setting it to :paramval:`/` will allow all sites - served by this web server or virtual host to read Bugzilla cookies. - .. _param-general: General |