summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-11-19 00:54:59 +0100
committermkanat%bugzilla.org <>2006-11-19 00:54:59 +0100
commit70e3b6464c5029187ec144aa12fc8b77c03f90c8 (patch)
tree2862806e625d31b84d6dae341d466a3beda8d071 /Bugzilla.pm
parent496a78f616b10c1c5c4bd0398021232e9bffa77e (diff)
downloadbugzilla-70e3b6464c5029187ec144aa12fc8b77c03f90c8.tar.gz
bugzilla-70e3b6464c5029187ec144aa12fc8b77c03f90c8.tar.xz
Checkin fix for Bug 280633, which didn't work when the utf8 parameter was turned on.
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm1
1 files changed, 1 insertions, 0 deletions
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.