From bebf5d67e972ccbd15292a88d5face7ad75e315a Mon Sep 17 00:00:00 2001 From: christopherm Date: Tue, 14 Nov 2006 06:58:09 +0000 Subject: 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 --- bin/admin.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/admin.pl') 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; } } -- cgit v1.2.3