diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-14 06:58:09 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-14 06:58:09 +0000 |
commit | bebf5d67e972ccbd15292a88d5face7ad75e315a (patch) | |
tree | d563395d4a576e2a3030ff70d4f7454c8a250bc9 | |
parent | 7c9af07c9fb370d112b015baadf9229c0c21383c (diff) |
Doing the same thing for expired sessions - back to login instead of ugly input field.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@589 4979c152-3d1c-0410-bac9-87ea11338e46
-rwxr-xr-x | bin/admin.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/admin.pl b/bin/admin.pl index 0b62f6e1..5a436ea4 100755 --- a/bin/admin.pl +++ b/bin/admin.pl @@ -956,7 +956,7 @@ sub check_password { } if(!Session::session_check($cookie{"LedgerSMB"}, $root)){ - &getpassword(1); + &adminlogin($locale->text('Session expired!')); exit; } } |