diff options
-rw-r--r-- | CGI.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -457,7 +457,7 @@ sub confirm_login { $realpwd = FetchOneColumn(); } print "Content-type: text/html\n\n"; - PutHeader("<H1>Password has been emailed"); + PutHeader("Password has been emailed"); MailPassword($enteredlogin, $realpwd); exit; } |