Update orderpay.pgkcp.php

This commit is contained in:
Namhyeon Go 2020-01-25 03:12:07 +09:00 committed by GitHub
parent 8a052b52b3
commit 6f4044fb72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ if($debug != "true") {
// detect CSRF attack
if($mode != "widget" && check_token_abuse_by_requests("_token")) {
set_error("Security violation: Access denied. May be your session is expired or abused.");
set_error("Access denied becuase of security violation");
show_errors();
}
}