Merge pull request #140 from marcelloc/master

fix missing match array on help pages permission
This commit is contained in:
Jim P 2012-06-13 05:10:27 -07:00
commit 9213ee0544

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