summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-04-21 10:58:02 -0300
committerRenato Botelho <renato@netgate.com>2017-04-21 10:58:02 -0300
commitb7d2a3da5a0ef272303c9e5455431267fc0e56ae (patch)
tree920133efa5fca15371a1ad727ecc99ebb8261eaa /src/usr/local
parentfdf384a8916ff0c25b4ec09f0710265aede679a7 (diff)
parent2e3768baa8e6e5793ce165f0d8f60b25bdbdb444 (diff)
downloadpfsense-b7d2a3da5a0ef272303c9e5455431267fc0e56ae.zip
pfsense-b7d2a3da5a0ef272303c9e5455431267fc0e56ae.tar.gz
Merge pull request #3549 from xygrec/patch-dyndns-hover
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/services_dyndns_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index d71c788..173b3bb 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -299,7 +299,7 @@ $group->setHelp('Enter the complete fully qualified domain name. Example: myhost
'he.net tunnelbroker: Enter the tunnel ID.%1$s' .
'GleSYS: Enter the record ID.%1$s' .
'DNSimple: Enter only the domain name.%1$s' .
- 'Namecheap, Cloudflare, GratisDNS: Enter the hostname and the domain separately, with the domain being the domain or subdomain zone being handled by the provider.', '<br />');
+ 'Namecheap, Cloudflare, GratisDNS, Hover: Enter the hostname and the domain separately, with the domain being the domain or subdomain zone being handled by the provider.', '<br />');
$section->add($group);
@@ -472,6 +472,7 @@ events.push(function() {
case "cloudflare-v6":
case "cloudflare":
case "gratisdns":
+ case "hover":
hideGroupInput('domainname', false);
hideInput('resultmatch', true);
hideInput('updateurl', true);
OpenPOWER on IntegriCloud