diff options
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/Core.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm index 0e95741a9..654e569ba 100644 --- a/Bugzilla/Config/Core.pm +++ b/Bugzilla/Config/Core.pm @@ -24,12 +24,6 @@ use constant get_param_list => ( }, { - name => 'bugzilla_version', - type => 't', - default => '', - }, - - { name => 'ssl_redirect', type => 'b', default => 0 |