Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dave committed May 26, 2021
1 parent ecb4787 commit d30027d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LEFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public static function checkDNSChallenge($domain, $DNSDigest)
{
if($answer->type === 16)
{
if($answer->data === ('"' . $DNSDigest . '"')) return true;
if($answer->data === $DNSDigest) return true;
}
}
}
Expand Down

0 comments on commit d30027d

Please sign in to comment.