summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd_pps.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-03 17:16:38 -0500
committerjim-p <jimp@pfsense.org>2016-03-03 17:16:38 -0500
commit31b151809d04c40fd915c129d28cc9b440a0eabe (patch)
treedd77c564fa3ff1ea8710dc438df0a51d6f47f892 /src/usr/local/www/services_ntpd_pps.php
parent12d7d9e71e85308daeebf9533700d37f14fcc41b (diff)
downloadpfsense-31b151809d04c40fd915c129d28cc9b440a0eabe.zip
pfsense-31b151809d04c40fd915c129d28cc9b440a0eabe.tar.gz
Move NTP access restrictions to their own tab and add the ability to craft custom restrictions for arbitrary networks. Fixes #4463
Diffstat (limited to 'src/usr/local/www/services_ntpd_pps.php')
-rw-r--r--src/usr/local/www/services_ntpd_pps.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/services_ntpd_pps.php b/src/usr/local/www/services_ntpd_pps.php
index 2eedfbe..e63ddb7 100644
--- a/src/usr/local/www/services_ntpd_pps.php
+++ b/src/usr/local/www/services_ntpd_pps.php
@@ -147,6 +147,7 @@ if ($savemsg) {
$tab_array = array();
$tab_array[] = array(gettext("Settings"), false, "services_ntpd.php");
+$tab_array[] = array(gettext("ACLs"), false, "services_ntpd_acls.php");
$tab_array[] = array(gettext("Serial GPS"), false, "services_ntpd_gps.php");
$tab_array[] = array(gettext("PPS"), true, "services_ntpd_pps.php");
display_top_tabs($tab_array);
OpenPOWER on IntegriCloud