summaryrefslogtreecommitdiff
path: root/old-handler.pl
diff options
context:
space:
mode:
Diffstat (limited to 'old-handler.pl')
-rwxr-xr-xold-handler.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/old-handler.pl b/old-handler.pl
index 4100711f..0e2f634c 100755
--- a/old-handler.pl
+++ b/old-handler.pl
@@ -55,7 +55,7 @@ $| = 1;
use LedgerSMB::User;
use LedgerSMB::Form;
use LedgerSMB::Locale;
-use LedgerSMB::Session;
+use LedgerSMB::Auth;
use Data::Dumper;
require "common.pl";
@@ -170,7 +170,7 @@ sub check_password {
}
#check for valid session
- if ( !Session::session_check( $cookie{"LedgerSMB"}, $form ) ) {
+ if ( !LedgerSMB::Auth::session_check( $cookie{"LedgerSMB"}, $form ) ) {
&getpassword(1);
exit;
}