Skip to content

Commit

Permalink
Fix: Radering av cookie-fil.
Browse files Browse the repository at this point in the history
  • Loading branch information
walle89 committed May 28, 2014
1 parent 27e2ad7 commit 23946cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SwedbankJson.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public function __construct($username, $password, $appdata, $debug=false, $ckfil
public function __destruct()
{
$this->terminate();
unlink($this->_ckfile);
}

/**
Expand Down

0 comments on commit 23946cd

Please sign in to comment.