diff options
author | Byron Jones <glob@mozilla.com> | 2015-04-07 07:14:35 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-04-07 07:14:35 +0200 |
commit | 280c184398d4e4de9c00c96ee9dff1d7e6724615 (patch) | |
tree | 3ec941eaf04523bc4a60576a754e966a12f3ed37 /Bugzilla/Config | |
parent | 50a1473b3c89bf8fe153cfd9c4c29a0de104d36d (diff) | |
download | bugzilla-280c184398d4e4de9c00c96ee9dff1d7e6724615.tar.gz bugzilla-280c184398d4e4de9c00c96ee9dff1d7e6724615.tar.xz |
Bug 1146960: replace the version number on bmo with a build number
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 1548dcd9c..3d6a00e70 100644 --- a/Bugzilla/Config/Core.pm +++ b/Bugzilla/Config/Core.pm @@ -46,6 +46,12 @@ use constant get_param_list => ( }, { + name => 'bugzilla_version', + type => 't', + default => '', + }, + + { name => 'ssl_redirect', type => 'b', default => 0 |