mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3151 from EdHurtig/eng/6806
This commit is contained in:
commit
dd3d6c8a15
@ -1074,13 +1074,13 @@ $section->addInput(new Form_IpAddress(
|
||||
'ntp1',
|
||||
'NTP Server 1',
|
||||
$pconfig['ntp1']
|
||||
))->setPattern('[.a-zA-Z0-9_]+');
|
||||
))->setPattern('[.a-zA-Z0-9-]+');
|
||||
|
||||
$section->addInput(new Form_IpAddress(
|
||||
'ntp2',
|
||||
'NTP Server 2',
|
||||
$pconfig['ntp2']
|
||||
))->setPattern('[.a-zA-Z0-9_]+');
|
||||
))->setPattern('[.a-zA-Z0-9-]+');
|
||||
|
||||
// Advanced TFTP
|
||||
$btnadv = new Form_Button(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user