From 537f3a2a00e90f0a45b7af91e494cc4bcae572fe Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Thu, 23 Jun 2016 11:11:26 -0400 Subject: [PATCH] add credit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7502e69..10698fd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ if email.split('@')[1] in blacklist_content: else: return True ``` -PHP contributed by @txt3rob +PHP contributed by @txt3rob and @deguif ```php function is_temp_mail($mail) { $mail_domains_ko = file('disposable_email_blacklist.conf', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);