summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2015-12-17 15:33:20 -0800
committerNOYB <Al_Stu@Frontier.com>2015-12-17 15:33:20 -0800
commita223923220ce95ee804cfdda5bd30a285f8ca408 (patch)
tree337e68459fab6d742ec51c5083475028939f8018 /src
parent4c8b27b0ee85520bd30e5b1d425eb937c1a22f98 (diff)
downloadpfsense-a223923220ce95ee804cfdda5bd30a285f8ca408.zip
pfsense-a223923220ce95ee804cfdda5bd30a285f8ca408.tar.gz
Interfaces - DHCP Advanced Options - Number Attributes
Protocol timing select timeout; override system minimum number attribute to allow zero.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/interfaces.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index f3cf12f..de85cde 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -1941,7 +1941,8 @@ $group->add(new Form_Input(
'adv_dhcp_pt_select_timeout',
null,
'number',
- $pconfig['adv_dhcp_pt_select_timeout']
+ $pconfig['adv_dhcp_pt_select_timeout'],
+ ['min' => 0]
))->setHelp('Select timeout');
$group->add(new Form_Input(
OpenPOWER on IntegriCloud