From 19b3f8376e28d6e1681538d3f874c5a2ef0a6ba7 Mon Sep 17 00:00:00 2001 From: Philipp Dunkel Date: Wed, 27 Jan 2010 00:01:47 +0000 Subject: [PATCH] Support Request --- www/verify.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/verify.php b/www/verify.php index 6f603e4..fc35b90 100644 --- a/www/verify.php +++ b/www/verify.php @@ -67,7 +67,9 @@ if(mysql_num_rows($res) <= 0) { showheader(_("Error!"), _("Error!")); - echo _("The ID or Hash has already been verified, or something weird happened."); + echo _("The ID or Hash has already been verified, has expired or is malformed."); + echo _("Please make sure that your email client has decoded the URL correctly.)"; + echo _("Requests are automatically removed after 48 hours."); showfooter(); exit; }