Whoops remove copypasta

This commit is contained in:
jim-p 2013-02-10 21:14:22 -05:00
parent 84197cec18
commit c4680ae2da

View File

@ -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";