diff options
Diffstat (limited to 'src/usr/local/www/services_ntpd_acls.php')
-rw-r--r-- | src/usr/local/www/services_ntpd_acls.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/services_ntpd_acls.php b/src/usr/local/www/services_ntpd_acls.php index ea80ea4..9c0db87 100644 --- a/src/usr/local/www/services_ntpd_acls.php +++ b/src/usr/local/www/services_ntpd_acls.php @@ -159,6 +159,7 @@ if ($_POST) { $pconfig = &$config['ntpd']; $pgtitle = array(gettext("Services"), gettext("NTP"), gettext("ACLs")); +$pglinks = array("", "services_ntpd.php", "@self"); $shortcut_section = "ntp"; include("head.inc"); |