diff options
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/Core.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm index 33eb46ac5..a0aca9c9b 100644 --- a/Bugzilla/Config/Core.pm +++ b/Bugzilla/Config/Core.pm @@ -114,6 +114,12 @@ sub get_param_list { }, { + name => 'proxy_url', + type => 't', + default => '' + }, + + { name => 'upgrade_notification', type => 's', choices => ['development_snapshot', 'latest_stable_release', |