Skip to content
Snippets Groups Projects
Commit dfae24de authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: remove unused var

parent bfe71123
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ class DolCookie
var $myPath;
var $myDomain;
var $mySecure;
var $cookiearray;
var $cookie;
/**
......@@ -49,7 +48,6 @@ class DolCookie
{
$this->myKey = hash('sha256', $key, TRUE);
$this->iv = md5(md5($this->myKey));
$this->cookiearray = array();
$this->cookie = "";
$this->myCookie = "";
$this->myValue = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment