remove extra ,
parent
a6ae4aee01
commit
6c831be61f
|
@ -16,7 +16,7 @@ function zm_session_start() {
|
|||
$currentCookieParams['path'],
|
||||
$currentCookieParams['domain'],
|
||||
$currentCookieParams['secure'],
|
||||
$currentCookieParams['httponly'],
|
||||
$currentCookieParams['httponly']
|
||||
);
|
||||
} else {
|
||||
# samesite was introduced in 7.3.0
|
||||
|
|
Loading…
Reference in New Issue