Improved the error message

pull/1/head
root 16 years ago
parent 25eca2dfe0
commit a04ee9ece1

@ -561,13 +561,13 @@
{
$id = $oldid;
$process = "";
$_SESSION['_config']['errmsg'] = _("This seems like potential spam, or you have cookies disabled, cannot continue.");
$_SESSION['_config']['errmsg'] = _("This seems like potential spam, or you have cookies or Javascript disabled, cannot continue.");
$oldid = 0;
$message = "From: $who\nEmail: $email\nSubject: $subject\n\nMessage:\n".$message;
sendmail("support@cacert.org", "[CAcert.org] Possible SPAM", $message, $email, "", "", "CAcert Support");
echo "Alert! Alert! Alert! SPAM SPAM SPAM!!!<br><br><br>";
echo "This seems like potential spam, or you have cookies disabled, cannot continue.";
echo "This seems like potential spam, or you have cookies or Javascript disabled, cannot continue.";
die;
}

Loading…
Cancel
Save