diff options
author | Ermal Luçi <eri@pfsense.org> | 2014-02-18 15:16:27 +0100 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2014-02-18 15:16:27 +0100 |
commit | b8ab37b8296c11a6e2f85c2b121c8d5c23a6b6db (patch) | |
tree | 9b4b97e95445bc79700f8b97a7240d2aba24c497 | |
parent | 6766e4771ef6582212044ab8938f4757776618a4 (diff) | |
parent | 43c4687b6b05b992719a883301689e454b6d3b64 (diff) | |
download | pfsense-b8ab37b8296c11a6e2f85c2b121c8d5c23a6b6db.zip pfsense-b8ab37b8296c11a6e2f85c2b121c8d5c23a6b6db.tar.gz |
Merge pull request #927 from nagyrobi/patch-1
Update priv.defs.inc - add new NTP pages
-rw-r--r-- | etc/inc/priv.defs.inc | 12 |
1 files changed, 12 insertions, 0 deletions
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."); |