]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
add defaultPasswordWarning nag dialog
[tt-rss.git] / include / functions.php
index 531653f93236b59c9b4c62a806fb533694269edd..fc0cdec7c67b166aaba9e564738a5c4e173d1f73 100644 (file)
                $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);