summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/Core.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config/Core.pm')
-rw-r--r--Bugzilla/Config/Core.pm6
1 files changed, 0 insertions, 6 deletions
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;