corrected download button name
This commit is contained in:
parent
666458bb5c
commit
88362f4b2a
|
|
@ -22,7 +22,7 @@ echo '<br><form action="inspect-mail.php" method="post">
|
||||||
<input type="submit" value="ReTest">
|
<input type="submit" value="ReTest">
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<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>
|
<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>';
|
To get SPF record, test SMTP server\'s FQDN with a valid A record or it\'s IP address.</em><br></p>';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user