Patch by holger@holger.om.org (Holger Schurig) -- one more fancy header that was missing.

git-svn-id: svn://10.0.0.236/trunk@49364 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org
1999-09-29 21:56:54 +00:00
parent 81ec3d768f
commit e8bb8affde

View File

@@ -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 "<H1>Login failed.</H1>\n";
PutHeader("Login failed");
print "The username or password you entered is not valid.\n";
print "Please click <b>Back</b> and try again.\n";
exit;