This commit is contained in:
2025-07-19 16:02:50 +02:00
parent faa65803f2
commit e5c5242093
+1 -1
View File
@@ -62,7 +62,7 @@ class furatalogSessions {
$this->cookieKey = isset($_COOKIE["_cookieKey"]) ? $_COOKIE["_cookieKey"] : ""; $this->cookieKey = isset($_COOKIE["_cookieKey"]) ? $_COOKIE["_cookieKey"] : "";
if ($this->cookieKey == "") { if ($this->cookieKey == "") {
$this->cookieKey = generateKey(); $this->cookieKey = $this->generateKey();
} }
} }