From d53dc7d0abeae73e4d3e9b543fc3c8f43dffe140 Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Tue, 12 Jun 2012 22:01:05 -0300 Subject: fix missing match on help pages permission --- etc/inc/priv/user.priv.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'etc/inc/priv/user.priv.inc') 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)"; -- cgit v1.1