From 9e518c6b33f5b6aadb363ff0786a391c1fda6d7b Mon Sep 17 00:00:00 2001 From: Simon Green Date: Wed, 29 Jul 2015 05:38:37 -0400 Subject: Bug 399078 - Remove the 'musthavemilestoneonaccept' parameter r=gerv, a=simon --- Bugzilla/Config/Core.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla/Config') diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm index 654e569ba..de375e448 100644 --- a/Bugzilla/Config/Core.pm +++ b/Bugzilla/Config/Core.pm @@ -35,12 +35,6 @@ use constant get_param_list => ( default => '', checker => \&check_sslbase }, - - { - name => 'cookiepath', - type => 't', - default => '/' - }, ); 1; -- cgit v1.2.3-24-g4f1b