diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2019-01-03 23:08:50 +0100 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2019-07-26 22:16:50 +0200 |
commit | 5d86ef79b9d2bb14dca223a9a76d098e9452604d (patch) | |
tree | 7d4ec9bf7ba31bafc5516c839b2b21a4e6b0d0fb /stamp | |
parent | 051792637f88dafee74cf50939058b14b1f395cd (diff) | |
download | cacert-devel-5d86ef79b9d2bb14dca223a9a76d098e9452604d.tar.gz cacert-devel-5d86ef79b9d2bb14dca223a9a76d098e9452604d.tar.xz cacert-devel-5d86ef79b9d2bb14dca223a9a76d098e9452604d.zip |
Disabled email check (untested!)
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 519aa3a..5b11569 100644 --- a/stamp/report.php +++ b/stamp/report.php @@ -40,7 +40,7 @@ if($process != "") { - $checkemail = checkEmail($email); + $checkemail = checkEmailDummy($email); if($checkemail != "OK") { $errmsg = $checkemail; |