diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-07 06:57:40 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-07 06:57:40 +0000 |
commit | 3c8bf664ba66bfcf8345cdc6c0eee7b5b6eae40d (patch) | |
tree | 6249e39ebb950df7d26aefa24e59660cf9b0ab94 /scripts | |
parent | 10797430c4c1f51dd6dc0b63207c8e0c1383ae37 (diff) |
Authetication now works as far as the root document
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1714 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/login.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/login.pl b/scripts/login.pl index a117f80d..31d2922f 100644 --- a/scripts/login.pl +++ b/scripts/login.pl @@ -28,7 +28,6 @@ sub authenticate { $request->{company} = 'lsmb13'; $request->_db_init; } - $request->debug({file => '/tmp/request'}); if ($request->{dbh} || $request->{log_out}){ print "Content-Type: text/html\n"; print "Set-Cookie: LedgerSMB=Login;\n"; |