From 14f5f7051edce0cdc930a4af73592b25f4abafa7 Mon Sep 17 00:00:00 2001 From: marcelloc Date: Tue, 12 Jun 2012 11:08:46 -0300 Subject: fix permissions check to xml package files and show only menus user has access to --- etc/inc/priv/user.priv.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/inc/priv') 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."; -- cgit v1.1