Update orderpay.pgkcp.php

This commit is contained in:
Namhyeon Go 2020-01-25 03:12:55 +09:00 committed by GitHub
parent 364e3fcf65
commit e3aec9fbea
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("Access denied becuase of security violation");
set_error("Access denied because of security violation");
show_errors();
}
}