mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Whoops remove copypasta
This commit is contained in:
parent
84197cec18
commit
c4680ae2da
@ -1243,8 +1243,8 @@ function system_ntp_configure($start_ntpd=true) {
|
||||
|
||||
$ntpcfg .= "\n\n# Upstream Servers\n";
|
||||
/* foreach through servers and write out to ntpd.conf */
|
||||
- foreach (explode(' ', $config['system']['timeservers']) as $ts)
|
||||
- $ntpcfg .= "server {$ts} iburst maxpoll 9\n";
|
||||
foreach (explode(' ', $config['system']['timeservers']) as $ts)
|
||||
$ntpcfg .= "server {$ts} iburst maxpoll 9\n";
|
||||
|
||||
$ntpcfg .= "enable monitor\n";
|
||||
$ntpcfg .= "enable stats\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user