summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorxygrec <xygrec@users.noreply.github.com>2017-02-16 00:14:42 -0500
committerGitHub <noreply@github.com>2017-02-16 00:14:42 -0500
commitdf4c21fc24cc6ff38988ca866928f2f73b97b744 (patch)
treef7234e80cfee4b19c7925ad060a8dcbffda206f6 /src
parent74533d412818113372b7b1a4e46db48313fd965d (diff)
downloadpfsense-df4c21fc24cc6ff38988ca866928f2f73b97b744.zip
pfsense-df4c21fc24cc6ff38988ca866928f2f73b97b744.tar.gz
Update services_dyndns_edit.php
Diffstat (limited to 'src')
-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 f0b75ae..75595c7 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -296,7 +296,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);
@@ -467,6 +467,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