diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2019-07-26 22:20:24 +0200 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2019-07-26 22:20:24 +0200 |
commit | bd1afd659c60e45a21c2ba810baae54c4d884d10 (patch) | |
tree | aa50d45718beca44a4e4ba1d59a4ab00abbd81bd /stamp | |
parent | a948882e28d61d13b5acaafb2c1cbf5bb316cbf9 (diff) | |
download | cacert-devel-bd1afd659c60e45a21c2ba810baae54c4d884d10.tar.gz cacert-devel-bd1afd659c60e45a21c2ba810baae54c4d884d10.tar.xz cacert-devel-bd1afd659c60e45a21c2ba810baae54c4d884d10.zip |
Revert "Disabled email check (untested!)"
This reverts commit 5d86ef79b9d2bb14dca223a9a76d098e9452604d.
Diffstat (limited to 'stamp')
-rw-r--r-- | stamp/report.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |