mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix missing match on help pages permission
This commit is contained in:
parent
14f5f7051e
commit
d53dc7d0ab
@ -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