Skip to content

Commit d30027d

Browse files
author
dave
committed
Fix
1 parent ecb4787 commit d30027d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LEFunctions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public static function checkDNSChallenge($domain, $DNSDigest)
235235
{
236236
if($answer->type === 16)
237237
{
238-
if($answer->data === ('"' . $DNSDigest . '"')) return true;
238+
if($answer->data === $DNSDigest) return true;
239239
}
240240
}
241241
}

0 commit comments

Comments
 (0)