From 438b9fe122472e111c8d7294244502afceefab99 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Thu, 13 Jan 2000 02:55:16 +0000 Subject: Provide a simple param to let the maintainer shut down Bugzilla for a while. --- editparams.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editparams.cgi') diff --git a/editparams.cgi b/editparams.cgi index e2273fc2e..b215d6192 100755 --- a/editparams.cgi +++ b/editparams.cgi @@ -42,7 +42,8 @@ if (!UserInGroup("tweakparams")) { } -PutHeader("Edit parameters"); + +PutHeader("Edit parameters", undef, undef, undef, 1); print "This lets you edit the basic operating parameters of bugzilla.\n"; print "Be careful!\n"; -- cgit v1.2.3-24-g4f1b