summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-10-13 07:24:48 +0200
committerlpsolit%gmail.com <>2005-10-13 07:24:48 +0200
commitcb8c6619e4f04c103cf5d11e451cb9a59b7a1d2a (patch)
tree66955e52e499f3b1920e3d07a2417c51ef4c2a13
parente92dcb9b57dc79796d0299a7b10827aab44abdc0 (diff)
downloadbugzilla-cb8c6619e4f04c103cf5d11e451cb9a59b7a1d2a.tar.gz
bugzilla-cb8c6619e4f04c103cf5d11e451cb9a59b7a1d2a.tar.xz
Bug 312235: Remove doeditparams.cgi from the SHUTDOWNHTML_EXEMPT list in Bugzilla.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
-rw-r--r--Bugzilla.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 71e29a222..183a3227c 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -44,7 +44,6 @@ use File::Basename;
# Scripts that are not stopped by shutdownhtml being in effect.
use constant SHUTDOWNHTML_EXEMPT => [
- 'doeditparams.cgi',
'editparams.cgi',
'checksetup.pl',
];