FSN#28002 INTERNAL_ERROR_HMAC_LATE wordt vriendelijker met L("lcl_hmac_late")
svn path=/Website/trunk/; revision=19710
This commit is contained in:
@@ -815,7 +815,10 @@ var protectQS =
|
||||
if (params.errorpage)
|
||||
Response.Redirect(params.errorpage);
|
||||
else
|
||||
INTERNAL_ERROR_HMAC_LATE;
|
||||
{
|
||||
__DoLog("HMAC: Te laat: je had voor {0} moeten zijn.".format(toDateTimeString(createTime, true)));
|
||||
shared.simpel_page(L("lcl_hmac_late"));
|
||||
}
|
||||
}
|
||||
|
||||
var indexHmac = String(Request.QueryString).indexOf("&hmac=");
|
||||
|
||||
Reference in New Issue
Block a user