Fix: remove unused var
This commit is contained in:
parent
bfe7112308
commit
dfae24ded9
@ -37,7 +37,6 @@ class DolCookie
|
|||||||
var $myPath;
|
var $myPath;
|
||||||
var $myDomain;
|
var $myDomain;
|
||||||
var $mySecure;
|
var $mySecure;
|
||||||
var $cookiearray;
|
|
||||||
var $cookie;
|
var $cookie;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -49,7 +48,6 @@ class DolCookie
|
|||||||
{
|
{
|
||||||
$this->myKey = hash('sha256', $key, TRUE);
|
$this->myKey = hash('sha256', $key, TRUE);
|
||||||
$this->iv = md5(md5($this->myKey));
|
$this->iv = md5(md5($this->myKey));
|
||||||
$this->cookiearray = array();
|
|
||||||
$this->cookie = "";
|
$this->cookie = "";
|
||||||
$this->myCookie = "";
|
$this->myCookie = "";
|
||||||
$this->myValue = "";
|
$this->myValue = "";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user