diff options
Diffstat (limited to 'services/userservice.php')
-rw-r--r-- | services/userservice.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/userservice.php b/services/userservice.php index 241934e..ad79d34 100644 --- a/services/userservice.php +++ b/services/userservice.php @@ -462,9 +462,9 @@ class UserService { list($emailUser, $emailDomain) = split("@", $email); // Check if the email domain has a DNS record - if ($this->_checkdns($emailDomain)) { + //if ($this->_checkdns($emailDomain)) { return true; - } + //} } return false; } |