mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
PHP7 - Resolve undefined constant warning in dyndns.class
This commit is contained in:
parent
68ba7d894d
commit
bf90593057
@ -250,8 +250,8 @@
|
||||
if (!$dnsDomain) $this->_error(5);
|
||||
if (!$dnsTTL) $this->_error(9);
|
||||
break;
|
||||
case azure:
|
||||
case azurev6:
|
||||
case 'azure':
|
||||
case 'azurev6':
|
||||
if (!$dnsUser) $this->_error(3);
|
||||
if (!$dnsPass) $this->_error(4);
|
||||
if (!$dnsHost) $this->_error(5);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user