fix siteid cookie to secure
This commit is contained in:
parent
19679d1442
commit
2414c165dd
@ -113,6 +113,7 @@ class StaticFunctions {
|
|||||||
$params["secure"], $params["httponly"]
|
$params["secure"], $params["httponly"]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
$_SESSION['csrftokens'] = '0';
|
||||||
session_destroy();
|
session_destroy();
|
||||||
session_write_close();
|
session_write_close();
|
||||||
header("Location: index.php");
|
header("Location: index.php");
|
||||||
|
Loading…
Reference in New Issue
Block a user