From 70e3b6464c5029187ec144aa12fc8b77c03f90c8 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 18 Nov 2006 23:54:59 +0000 Subject: Checkin fix for Bug 280633, which didn't work when the utf8 parameter was turned on. --- Bugzilla.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla.pm') diff --git a/Bugzilla.pm b/Bugzilla.pm index 5a9d23e14..7c52dd500 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -53,6 +53,7 @@ our $_request_cache = {}; use constant SHUTDOWNHTML_EXEMPT => [ 'editparams.cgi', 'checksetup.pl', + 'recode.pl', ]; # Non-cgi scripts that should silently exit. -- cgit v1.2.3-24-g4f1b