Update orderpay.pgkcp.php

This commit is contained in:
Namhyeon Go 2019-10-06 03:05:58 +09:00 committed by GitHub
parent c58e382ad0
commit 7e1a709b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ if($debug != "true") {
// detect CSRF attack
if(check_token_abuse_by_requests("_token")) {
set_error("Access denied. (Expired session or Website attacker)");
set_error("Security violation: Access denied. May be your session is expired or abused.");
show_errors();
}
}