From 43c4687b6b05b992719a883301689e454b6d3b64 Mon Sep 17 00:00:00 2001 From: nagyrobi Date: Tue, 18 Feb 2014 15:01:04 +0100 Subject: Update priv.defs.inc --- etc/inc/priv.defs.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc index a97c480..24aa120 100644 --- a/etc/inc/priv.defs.inc +++ b/etc/inc/priv.defs.inc @@ -680,6 +680,18 @@ $priv_list['page-services-ntpd']['descr'] = gettext("Allow access to the 'Servic $priv_list['page-services-ntpd']['match'] = array(); $priv_list['page-services-ntpd']['match'][] = "services_ntpd.php*"; +$priv_list['page-services-ntp-gps'] = array(); +$priv_list['page-services-ntp-gps']['name'] = gettext("Webcfg - Status: NTP GPS page"); +$priv_list['page-services-ntp-gps']['descr'] = gettext("Allow access to the 'Status: NTP Serial GPS' page."); +$priv_list['page-services-ntp-gps']['match'] = array(); +$priv_list['page-services-ntp-gps']['match'][] = "status_ntpd_gps.php*"; + +$priv_list['page-services-ntp-pps'] = array(); +$priv_list['page-services-ntp-pps']['name'] = gettext("Webcfg - Status: NTP PPS page"); +$priv_list['page-services-ntp-pps']['descr'] = gettext("Allow access to the 'Status: NTP PPS' page."); +$priv_list['page-services-ntp-pps']['match'] = array(); +$priv_list['page-services-ntp-pps']['match'][] = "status_ntpd_pps.php*"; + $priv_list['page-loadbalancer-virtualserver-edit'] = array(); $priv_list['page-loadbalancer-virtualserver-edit']['name'] = gettext("WebCfg - Load Balancer: Virtual Server: Edit page"); $priv_list['page-loadbalancer-virtualserver-edit']['descr'] = gettext("Allow access to the 'Load Balancer: Virtual Server: Edit' page."); -- cgit v1.1