PHP7 - Resolve undefined constant warning in dyndns.class

This commit is contained in:
Steve Beaver 2018-04-26 16:58:39 -04:00
parent 68ba7d894d
commit bf90593057

View File

@ -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);