mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: remove unused var
This commit is contained in:
parent
bfe7112308
commit
dfae24ded9
|
|
@ -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 = "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user