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:13:39 -0500
commit9d9736d7bf456a441e3cb95421cfed429502e220 (patch)
tree06e5d857990f0f8894cd2868f4d0f56238293a89 /src/usr/local/www/services_dhcp.php
parentd0db0f9bcae3d368c2d83cc7bc4b888fd07eade3 (diff)
downloadpfsense-9d9736d7bf456a441e3cb95421cfed429502e220.zip
pfsense-9d9736d7bf456a441e3cb95421cfed429502e220.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 19edd62..e8847ce 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -1144,6 +1144,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