Revision 8559c9d9
Added by Jim Pingle over 9 years ago
src/etc/inc/priv/user.priv.inc | ||
---|---|---|
8 | 8 |
|
9 | 9 |
$priv_list['page-help-all'] = array(); |
10 | 10 |
$priv_list['page-help-all']['name'] = gettext("WebCfg - Help pages"); |
11 |
$priv_list['page-help-all']['descr'] = gettext("Show all items on help menu"); |
|
11 |
$priv_list['page-help-all']['descr'] = gettext("Show all items on help menu and allow access to Help shortcut links");
|
|
12 | 12 |
$priv_list['page-help-all']['match'] = array(); |
13 | 13 |
$priv_list['page-help-all']['match'][] = "*help.php"; |
14 | 14 |
|
Also available in: Unified diff
Fix Dashboard privilege edge case and show full Help menu to users with the Help privilege. Fixes #5909