From a04ee9ece17feb8d06bd4690ca65798883a048fc Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Jan 2009 02:29:16 +0000 Subject: [PATCH] Improved the error message --- www/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/index.php b/www/index.php index 969c5ed..9756a62 100644 --- a/www/index.php +++ b/www/index.php @@ -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!!!


"; - 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; }