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

git-svn-id: svn://10.0.0.236/trunk@182128 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com 2005-10-12 22:24:48 +00:00
parent 20e81036da
commit 3f8ebbf188

View File

@ -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',
];