aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index c911de733..c62b825e0 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -170,7 +170,7 @@ sub init_page {
else {
$extension = 'txt';
}
- print Bugzilla->cgi->header() if i_am_cgi();
+ print Bugzilla->cgi->header(-status=>503) if i_am_cgi();
my $t_output;
$template->process("global/message.$extension.tmpl", $vars, \$t_output)
|| ThrowTemplateError($template->error);