mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 21:35:55 +00:00
add hide_change_password session variable
This commit is contained in:
@@ -734,6 +734,7 @@
|
||||
|
||||
$_SESSION["hide_hello"] = true;
|
||||
$_SESSION["hide_logout"] = true;
|
||||
$_SESSION["hide_change_password"] = true;
|
||||
|
||||
if (!$_SESSION["csrf_token"]) {
|
||||
$_SESSION["csrf_token"] = sha1(uniqid(rand(), true));
|
||||
|
||||
Reference in New Issue
Block a user