summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
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:24 -0500
commitd35a22d71e17606b32805695b1281f55c74e8392 (patch)
tree3a6af90677cbeb96015fd64d38c988c9da03497d /src/usr/local/www
parent708dd35c2ffe0dc78be294473a7ae7da5e1f38ef (diff)
downloadpfsense-d35a22d71e17606b32805695b1281f55c74e8392.zip
pfsense-d35a22d71e17606b32805695b1281f55c74e8392.tar.gz
Fix field type for TFTP in DHCP server settings
Diffstat (limited to 'src/usr/local/www')
-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 7e692f6..742849a 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -1119,6 +1119,7 @@ $section->addInput(new Form_StaticText(
$section->addInput(new Form_IpAddress(
'tftp',
'TFTP Server',
+ 'text',
$pconfig['tftp']
))->setHelp('Leave blank to disable. Enter a full hostname or IP for the TFTP server.')->setPattern('[.a-zA-Z0-9_-]+');
OpenPOWER on IntegriCloud