From 31b151809d04c40fd915c129d28cc9b440a0eabe Mon Sep 17 00:00:00 2001 From: jim-p Date: Thu, 3 Mar 2016 17:16:38 -0500 Subject: Move NTP access restrictions to their own tab and add the ability to craft custom restrictions for arbitrary networks. Fixes #4463 --- src/usr/local/www/services_ntpd_pps.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr/local/www/services_ntpd_pps.php') 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); -- cgit v1.1