corrected download button name

This commit is contained in:
Filip 2019-08-05 15:13:07 +02:00
parent 666458bb5c
commit 88362f4b2a

View File

@ -22,7 +22,7 @@ echo '<br><form action="inspect-mail.php" method="post">
<input type="submit" value="ReTest">
</form>
<br>
<a style="appearance: button; -moz-appearance:button; -webkit-appearance:button; padding: 5px 15px; color: #000; text-decoration: none;" onclick="this.href=\'data:text/html;charset=UTF-8,\'+encodeURIComponent(document.documentElement.outerHTML)" href="#" download="MailInspect-Report-' . $_POST['domain'] . '.html">Download</a>
<a style="appearance: button; -moz-appearance:button; -webkit-appearance:button; padding: 5px 15px; color: #000; text-decoration: none;" onclick="this.href=\'data:text/html;charset=UTF-8,\'+encodeURIComponent(document.documentElement.outerHTML)" href="#" download="MailInspect-Report-' . $_POST['domain'] . '.html">Download Report</a>
<p><em>Note: To get NS and MX records for the domain, make sure you test a FQDN that has a valid A record. domain.tld should work.<br>
To get SPF record, test SMTP server\'s FQDN with a valid A record or it\'s IP address.</em><br></p>';