summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-03 20:46:27 +0300
committerAndrew Dolgov <[email protected]>2017-12-03 20:46:27 +0300
commit7c0eb1b6210a019926ec69179c81d545ac865b64 (patch)
tree8c57ea7b438156fbbebb880926e73e18e2137453 /include
parent31e2811a637b1062eafc15a2f3b3b84de9534a0e (diff)
add defaultPasswordWarning nag dialog
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 531653f93..fc0cdec7c 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1077,6 +1077,7 @@
$params["default_view_limit"] = (int) get_pref("_DEFAULT_VIEW_LIMIT");
$params["default_view_order_by"] = get_pref("_DEFAULT_VIEW_ORDER_BY");
$params["bw_limit"] = (int) $_SESSION["bw_limit"];
+ $params["is_default_pw"] = Pref_Prefs::isdefaultpassword();
$params["label_base_index"] = (int) LABEL_BASE_INDEX;
$theme = get_pref( "USER_CSS_THEME", false, false);