From: Roland Häder Date: Fri, 21 Aug 2009 18:12:27 +0000 (+0000) Subject: Encryption removed X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=3300f016521f4278c49783fa782094755824aa1b;hp=e8eb1c976c2b0de3e8e6de395a3e38dd70b5fb17 Encryption removed --- diff --git a/inc/classes/main/auth/class_CookieAuth.php b/inc/classes/main/auth/class_CookieAuth.php index e302ccb2..436268f0 100644 --- a/inc/classes/main/auth/class_CookieAuth.php +++ b/inc/classes/main/auth/class_CookieAuth.php @@ -66,7 +66,7 @@ class CookieAuth extends BaseFrameworkSystem implements Authorizeable, Registera * @return void */ public function setPasswordAuth ($passHash) { - $this->getResponseInstance()->addCookie('u_hash', $passHash, true); + $this->getResponseInstance()->addCookie('u_hash', $passHash); } /**