From bd1afd659c60e45a21c2ba810baae54c4d884d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Fr=C3=B6hlich?= Date: Fri, 26 Jul 2019 22:20:24 +0200 Subject: Revert "Disabled email check (untested!)" This reverts commit 5d86ef79b9d2bb14dca223a9a76d098e9452604d. --- stamp/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stamp') diff --git a/stamp/report.php b/stamp/report.php index 5b11569..519aa3a 100644 --- a/stamp/report.php +++ b/stamp/report.php @@ -40,7 +40,7 @@ if($process != "") { - $checkemail = checkEmailDummy($email); + $checkemail = checkEmail($email); if($checkemail != "OK") { $errmsg = $checkemail; -- cgit v1.2.1