]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 312235: Remove doeditparams.cgi from the SHUTDOWNHTML_EXEMPT list in Bugzilla...
authorlpsolit%gmail.com <>
Thu, 13 Oct 2005 05:24:48 +0000 (05:24 +0000)
committerlpsolit%gmail.com <>
Thu, 13 Oct 2005 05:24:48 +0000 (05:24 +0000)
Bugzilla.pm

index 71e29a222dfacf24a3ef14a65b22a5087f411735..183a3227c236da792eb5a5e5674a72ffee2dac48 100644 (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',
 ];