Support Request
This commit is contained in:
parent
3eb68cc690
commit
19b3f8376e
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue