From 4a913451bba01ac65dcaedf31e24fcd938bbe0a2 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 14 Oct 2013 15:53:59 -0300 Subject: [PATCH] Add Captive Portal Zones privileges definition. Fix #3216 --- etc/inc/priv.defs.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc index ce246d9fd9..4f99902f65 100644 --- a/etc/inc/priv.defs.inc +++ b/etc/inc/priv.defs.inc @@ -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.");