formatting correction

This commit is contained in:
Filip 2019-08-01 16:53:07 +02:00
parent 0924e1a3e3
commit ed67ce0e7f

View File

@ -13,7 +13,8 @@ echo '<br><form action="inspect-mail.php" method="post">
<input type="text" name="domain" value="' . $_POST['domain'] . '">
<input type="submit" value="ReTest">
</form>
<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>';
<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>';
// Identify, set data and report info
if ( filter_var( $_POST['domain'] , FILTER_VALIDATE_IP ) ) {