summaryrefslogtreecommitdiffstats
path: root/doeditparams.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-01-13 03:55:16 +0100
committerterry%mozilla.org <>2000-01-13 03:55:16 +0100
commit438b9fe122472e111c8d7294244502afceefab99 (patch)
tree9c96e1fa76a46c1b52b5f31e9f99735536d3dcac /doeditparams.cgi
parentb5e7fccefa01bb1402cca97842786e68e607c13b (diff)
downloadbugzilla-438b9fe122472e111c8d7294244502afceefab99.tar.gz
bugzilla-438b9fe122472e111c8d7294244502afceefab99.tar.xz
Provide a simple param to let the maintainer shut down Bugzilla for a while.
Diffstat (limited to 'doeditparams.cgi')
-rwxr-xr-xdoeditparams.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doeditparams.cgi b/doeditparams.cgi
index 5f4eb9e1a..6743c0378 100755
--- a/doeditparams.cgi
+++ b/doeditparams.cgi
@@ -43,7 +43,7 @@ if (!UserInGroup("tweakparams")) {
}
-PutHeader("Saving new parameters");
+PutHeader("Saving new parameters", undef, undef, undef, 1);
foreach my $i (@::param_list) {
# print "Processing $i...<BR>\n";