mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add Captive Portal Zones privileges definition. Fix #3216
This commit is contained in:
parent
babc58d308
commit
4a913451bb
@ -752,6 +752,12 @@ $priv_list['page-services-captiveportal-voucher-edit']['descr'] = "Allow access
|
||||
$priv_list['page-services-captiveportal-voucher-edit']['match'] = array();
|
||||
$priv_list['page-services-captiveportal-voucher-edit']['match'][] = "services_captiveportal_vouchers_edit.php*";
|
||||
|
||||
$priv_list['page-services-captiveportal-zones'] = array();
|
||||
$priv_list['page-services-captiveportal-zones']['name'] = gettext("WebCfg - Services: Captiveprotal Zones page");
|
||||
$priv_list['page-services-captiveportal-zones']['descr'] = gettext("Allow access to the 'Services: CaptivePortal Zones' page.");
|
||||
$priv_list['page-services-captiveportal-zones']['match'] = array();
|
||||
$priv_list['page-services-captiveportal-zones']['match'][] = "services_captiveportal_zones.php*";
|
||||
|
||||
$priv_list['page-services-dhcpserver'] = array();
|
||||
$priv_list['page-services-dhcpserver']['name'] = gettext("WebCfg - Services: DHCP server page");
|
||||
$priv_list['page-services-dhcpserver']['descr'] = gettext("Allow access to the 'Services: DHCP server' page.");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user