summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-16 15:58:13 +0400
committerAndrew Dolgov <[email protected]>2012-08-16 15:58:13 +0400
commit1e666f0aeba4abfb6a9e4b555640bcb4859de066 (patch)
treef9eea37c23127560649162aa06ab674f1e2f36d4 /include
parent238d594e6bba0e7ffad950aae0b73d5c67934b42 (diff)
add hide_change_password session variable
Diffstat (limited to 'include')
-rw-r--r--include/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 761cfee8d..dfe48c596 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -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));