mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix priv name
This commit is contained in:
parent
422ea9a866
commit
7189306318
@ -426,11 +426,11 @@ $priv_list['page-system-login/logout']['descr'] = gettext("Allow access to the '
|
||||
$priv_list['page-system-login/logout']['match'] = array();
|
||||
$priv_list['page-system-login/logout']['match'][] = "index.php*";
|
||||
|
||||
$priv_list['page-system-login/logout'] = array();
|
||||
$priv_list['page-system-login/logout']['name'] = "WebCfg - System: Direct access to dashboard widgets.";
|
||||
$priv_list['page-system-login/logout']['descr'] = "Allow direct access to the Dashboard widget pages, required for some widgets using AJAX.";
|
||||
$priv_list['page-system-login/logout']['match'] = array();
|
||||
$priv_list['page-system-login/logout']['match'][] = "*.widget.php*";
|
||||
$priv_list['page-system-directwidget'] = array();
|
||||
$priv_list['page-system-directwidget']['name'] = "WebCfg - System: Direct access to dashboard widgets.";
|
||||
$priv_list['page-system-directwidget']['descr'] = "Allow direct access to the Dashboard widget pages, required for some widgets using AJAX.";
|
||||
$priv_list['page-system-directwidget']['match'] = array();
|
||||
$priv_list['page-system-directwidget']['match'][] = "*.widget.php*";
|
||||
|
||||
$priv_list['page-interfaces'] = array();
|
||||
$priv_list['page-interfaces']['name'] = gettext("WebCfg - Interfaces: WAN page");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user