summaryrefslogtreecommitdiffstats
path: root/etc/inc/priv/user.priv.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/priv/user.priv.inc')
-rw-r--r--etc/inc/priv/user.priv.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/priv/user.priv.inc b/etc/inc/priv/user.priv.inc
index c2b293c..8afdd95 100644
--- a/etc/inc/priv/user.priv.inc
+++ b/etc/inc/priv/user.priv.inc
@@ -2,6 +2,10 @@
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-dashboard-all'] = array();
$priv_list['page-dashboard-all']['name'] = "WebCfg - Dashboard (all)";
$priv_list['page-dashboard-all']['descr'] = "Allow access to all pages required for the dashboard.";
OpenPOWER on IntegriCloud