mirror of
https://github.com/itflow-org/itflow
synced 2026-03-10 15:54:51 +00:00
When adding a domain, flag if no SOA record exists (prevents most sub-domains)
This commit is contained in:
@@ -349,7 +349,7 @@ $(document).ready(function() {
|
||||
//Send a GET request to ajax.php as ajax.php?contact_email_check=true&email=email
|
||||
jQuery.get(
|
||||
"ajax.php",
|
||||
{contact_email_check: 'email', email: email},
|
||||
{contact_email_check: 'true', email: email},
|
||||
function(data) {
|
||||
//If we get a response from ajax.php, parse it as JSON
|
||||
const contact_check_data = JSON.parse(data);
|
||||
|
||||
Reference in New Issue
Block a user