Update orderpay.step2.pgkcp.php

This commit is contained in:
Namhyeon Go 2019-10-06 03:04:19 +09:00 committed by GitHub
parent c413b84ce7
commit 30bcee3e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
// detect CSRF attack
if(check_token_abuse_by_requests("_token", "_POST")) {
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();
}