summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-12-23 09:13:39 -0500
committerjim-p <jimp@pfsense.org>2016-12-23 09:14:21 -0500
commit0675eadbf5fae0589095f8d9be903218bc5c7dc8 (patch)
tree5566e9cecd39b5c7e3995398fa54754afe657c0f /src/usr/local/www/services_dhcp.php
parent1a5982d9378125ff90aa9bf8e69b87ae206381b2 (diff)
downloadpfsense-0675eadbf5fae0589095f8d9be903218bc5c7dc8.zip
pfsense-0675eadbf5fae0589095f8d9be903218bc5c7dc8.tar.gz
Fix field type for TFTP in DHCP server settings
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index 36a0f34..fc9a35a 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -1172,6 +1172,7 @@ $section->addInput(new Form_StaticText(
$section->addInput(new Form_Input(
'tftp',
'TFTP Server',
+ 'text',
$pconfig['tftp']
))->setHelp('Leave blank to disable. Enter a valid IP address, hostname or URL for the TFTP server.');
OpenPOWER on IntegriCloud