summaryrefslogtreecommitdiff
path: root/old-handler.pl
diff options
context:
space:
mode:
Diffstat (limited to 'old-handler.pl')
-rwxr-xr-xold-handler.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-handler.pl b/old-handler.pl
index f5619adf..886882ed 100755
--- a/old-handler.pl
+++ b/old-handler.pl
@@ -170,7 +170,7 @@ sub check_password {
}
#check for valid session
- if ( !LedgerSMB::Auth::session_check( $cookie{"LedgerSMB"}, $form ) ) {
+ if ( !LedgerSMB::Auth::session_check( $cookie{${LedgerSMB::Sysconfig::cookie_name}}, $form ) ) {
&getpassword(1);
exit;
}