From 88237e94f95eca314e02d2fc233630be38d590fb Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Thu, 30 Sep 1999 04:56:54 +0000 Subject: Patch by holger@holger.om.org (Holger Schurig) -- one more fancy header that was missing. --- CGI.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGI.pl b/CGI.pl index 328b4d9ea..2b1371685 100644 --- a/CGI.pl +++ b/CGI.pl @@ -396,7 +396,7 @@ sub confirm_login { my $enteredcryptpwd = crypt($enteredpwd, substr($realcryptpwd, 0, 2)); if ($realcryptpwd eq "" || $enteredcryptpwd ne $realcryptpwd) { print "Content-type: text/html\n\n"; - print "

Login failed.

\n"; + PutHeader("Login failed"); print "The username or password you entered is not valid.\n"; print "Please click Back and try again.\n"; exit; -- cgit v1.2.3-24-g4f1b