diff options
author | jake%acutex.net <> | 2001-08-14 02:11:31 +0000 |
---|---|---|
committer | jake%acutex.net <> | 2001-08-14 02:11:31 +0000 |
commit | 669eed6c9dcf6300c3e3f5db1970f2a26c5317e6 (patch) | |
tree | 5b644d59f328f95993909050b666f2a3cafecfb9 /editparams.cgi | |
parent | Fix for bug 26194: There are now substitution parameters available for use in... (diff) | |
download | bugzilla-669eed6c9dcf6300c3e3f5db1970f2a26c5317e6.tar.gz bugzilla-669eed6c9dcf6300c3e3f5db1970f2a26c5317e6.tar.bz2 bugzilla-669eed6c9dcf6300c3e3f5db1970f2a26c5317e6.zip |
Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla.
r= justdave@syndicomm.com
Diffstat (limited to 'editparams.cgi')
-rwxr-xr-x | editparams.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editparams.cgi b/editparams.cgi index 91ddca7f9..e416184f6 100755 --- a/editparams.cgi +++ b/editparams.cgi @@ -44,7 +44,7 @@ if (!UserInGroup("tweakparams")) { -PutHeader("Edit parameters", undef, undef, undef, 1); +PutHeader("Edit parameters"); print "This lets you edit the basic operating parameters of bugzilla.\n"; print "Be careful!\n"; |