diff options
author | Chris Buechler <cmb@pfsense.org> | 2014-03-14 19:30:56 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2014-03-14 19:30:56 -0500 |
commit | e1a456e6a82ad0850d39205eb10aebf6ecb9a09e (patch) | |
tree | c56d89d2a6ddabb076063093fa2a7a142babd493 /etc/inc/system.inc | |
parent | 0734024c9e71a7a4df75dff73513833084237159 (diff) | |
download | pfsense-e1a456e6a82ad0850d39205eb10aebf6ecb9a09e.zip pfsense-e1a456e6a82ad0850d39205eb10aebf6ecb9a09e.tar.gz |
standardize URLs
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r-- | etc/inc/system.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc index ae0c18e..37f7d34 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -1542,7 +1542,7 @@ function system_ntp_configure($start_ntpd=true) { unset($ts); $ntpcfg .= "\n\n"; - $ntpcfg .= "disable monitor\n"; //prevent NTP reflection attack, see http://forum.pfsense.org/index.php/topic,67189.msg389132.html#msg389132 + $ntpcfg .= "disable monitor\n"; //prevent NTP reflection attack, see https://forum.pfsense.org/index.php/topic,67189.msg389132.html#msg389132 if (!empty($config['ntpd']['clockstats']) || !empty($config['ntpd']['loopstats']) || !empty($config['ntpd']['peerstats'])) { $ntpcfg .= "enable stats\n"; $ntpcfg .= 'statistics'; |