Fix: remove unused var

This commit is contained in:
Regis Houssin 2015-06-27 20:20:27 +02:00
parent bfe7112308
commit dfae24ded9

View File

@ -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 = "";