fix missing match on help pages permission

This commit is contained in:
Marcello Coutinho 2012-06-12 22:01:05 -03:00
parent 14f5f7051e
commit d53dc7d0ab

View File

@ -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)";