mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #140 from marcelloc/master
fix missing match array on help pages permission
This commit is contained in:
commit
9213ee0544
@ -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)";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user