-
-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Description
Hello,
On line 202 ->
if (empty($dnsRecord['target']) || $dnsRecord['target'] === '.') {
if record target = 0, empty ->true.
Wouldn't it be better with :
if ((array_key_exists('target',$dnsRecord) && $dnsRecord['target'] == null) || $dnsRecord['target'] === '.') {
?
Thanks
Phil
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels