summaryrefslogtreecommitdiff
path: root/bin/admin.pl
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-14 06:58:09 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-14 06:58:09 +0000
commitbebf5d67e972ccbd15292a88d5face7ad75e315a (patch)
treed563395d4a576e2a3030ff70d4f7454c8a250bc9 /bin/admin.pl
parent7c9af07c9fb370d112b015baadf9229c0c21383c (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
Diffstat (limited to 'bin/admin.pl')
-rwxr-xr-xbin/admin.pl2
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;
}
}