summaryrefslogtreecommitdiff
path: root/stamp
diff options
context:
space:
mode:
authorBernhard Fröhlich <bernhard@cacert.org>2019-01-03 23:08:50 +0100
committerBernhard Fröhlich <bernhard@cacert.org>2019-07-26 22:16:50 +0200
commit5d86ef79b9d2bb14dca223a9a76d098e9452604d (patch)
tree7d4ec9bf7ba31bafc5516c839b2b21a4e6b0d0fb /stamp
parent051792637f88dafee74cf50939058b14b1f395cd (diff)
downloadcacert-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.php2
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;