#===================================================================== # LedgerSMB # Small Medium Business Accounting software # # See COPYRIGHT file for copyright information #====================================================================== # # This file has NOT undergone whitespace cleanup. # #====================================================================== 1; # end of main sub getpassword { my ($s) = @_; $form->{endsession} = 1; $form->header; $sessionexpired = qq||.$locale->text('Session expired!').qq|

| if $s; print qq| $sessionexpired

{script} name=pw>
|.$locale->text('Password').qq|
|; for (qw(script endsession password)) { delete $form->{$_} } $form->hide_form; print qq|
|; }