From a1ba12e2936512aab4138815cde2b8c284362da5 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Tue, 20 Aug 2002 05:34:29 +0000 Subject: Bug 163331 - shutdownhtml is broken. Patch by gerv; r=bbaetz. --- CGI.pl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index 76b88d452..b2316d555 100644 --- a/CGI.pl +++ b/CGI.pl @@ -61,10 +61,7 @@ use vars qw($template $vars); # this message, of course, since it needs to be available in order for # the administrator to open Bugzilla back up. if (Param("shutdownhtml") && $0 !~ m:[\\/](do)?editparams.cgi$:) { - # The shut down message we are going to display to the user. - $::vars->{'title'} = "Bugzilla is Down"; - $::vars->{'h1'} = "Bugzilla is Down"; - $::vars->{'message'} = Param("shutdownhtml"); + $::vars->{'message'} = "shutdown"; # Return the appropriate HTTP response headers. print "Content-Type: text/html\n\n"; -- cgit v1.2.3-24-g4f1b