summaryrefslogtreecommitdiff
path: root/LedgerSMB/Session
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-12 06:33:08 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-12 06:33:08 +0000
commit16b96e5f7b03ac405db9bfa3acd173e11018b864 (patch)
tree727895f6433a1d2439f9c424e041a66fc439589a /LedgerSMB/Session
parent501e9fc80c27a4da942527e4ffd285b6629eae91 (diff)
Removing debugging code that set a DiedHere cookie
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@522 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/Session')
-rwxr-xr-xLedgerSMB/Session/DB.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/LedgerSMB/Session/DB.pm b/LedgerSMB/Session/DB.pm
index c38d1de1..af8b5ac4 100755
--- a/LedgerSMB/Session/DB.pm
+++ b/LedgerSMB/Session/DB.pm
@@ -82,7 +82,6 @@ sub session_check {
#cookie is not valid
#delete the cookie in the browser
print qq|Set-Cookie: LedgerSMB=; path=/;\n|;
- print qq|Set-Cookie: DiedHere=true; path=/;\n|;
return 0;
}
}