summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/priv/user.priv.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/inc/priv/user.priv.inc b/etc/inc/priv/user.priv.inc
index 8afdd95..affa218 100644
--- a/etc/inc/priv/user.priv.inc
+++ b/etc/inc/priv/user.priv.inc
@@ -2,9 +2,11 @@
global $priv_list;
-$priv_list['help-all'] = array();
-$priv_list['help-all']['name'] = "Help - All help pages";
-$priv_list['help-all']['descr'] = "Show all items on help menu";
+$priv_list['page-help-all'] = array();
+$priv_list['page-help-all']['name'] = "WebCfg - Help pages";
+$priv_list['page-help-all']['descr'] = "Show all items on help menu";
+$priv_list['page-help-all']['match'] = array();
+$priv_list['page-help-all']['match'][] = "*www.pfsense.org*";
$priv_list['page-dashboard-all'] = array();
$priv_list['page-dashboard-all']['name'] = "WebCfg - Dashboard (all)";
OpenPOWER on IntegriCloud