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

This commit is contained in:
terry%mozilla.org 1999-09-29 21:56:54 +00:00
Родитель 1cbdd57614
Коммит 8ccd410a48
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;