Fix to use neutral key name

This commit is contained in:
Ilia Ross
2025-05-05 16:17:19 +03:00
parent 125a744f2e
commit 88c9fa54f1
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ print $text{'forgot_desc'},"<p>\n";
print &ui_form_start("forgot_send.cgi", "post");
print "<b>$text{'forgot_user'}</b>\n",
&ui_textbox("forgot", $in{'failed'}, 40),"<br>\n";
print &ui_form_end([ [ undef, $text{'forgot_ok'} ] ]);
print &ui_form_end([ [ undef, $text{'forgot_go'} ] ]);
print "</center>\n";
&ui_print_footer();