summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorJeremy Porter <jporter@pfsense.org>2015-12-23 15:19:04 -0600
committerJeremy Porter <jporter@pfsense.org>2015-12-23 15:19:04 -0600
commite8da0bcd6b62cc3691775337e96440ae41993780 (patch)
tree04d35b0b060029b13f25539e39c00e84d816bbf8 /src/usr/local/www/services_dhcp.php
parentc405d4f0459fe84903e5ecfc06f352b2afa6c619 (diff)
downloadpfsense-e8da0bcd6b62cc3691775337e96440ae41993780.zip
pfsense-e8da0bcd6b62cc3691775337e96440ae41993780.tar.gz
fix part of #5604
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index e0c2ca4..46bed58 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -990,7 +990,7 @@ $section->addInput(new Form_Checkbox(
$section->addInput(new Form_Input(
'ddnsdomain',
'DDNS Domain',
- 'number',
+ 'text',
$pconfig['ddnsdomain']
))->setHelp('Leave blank to disable dynamic DNS registration.' . '<br />' .
'Enter the dynamic DNS domain which will be used to register client names in the DNS server.');
OpenPOWER on IntegriCloud