Update orderpay.pgkcp.php
This commit is contained in:
parent
364e3fcf65
commit
e3aec9fbea
|
@ -23,7 +23,7 @@ if($debug != "true") {
|
||||||
|
|
||||||
// detect CSRF attack
|
// detect CSRF attack
|
||||||
if($mode != "widget" && check_token_abuse_by_requests("_token")) {
|
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();
|
show_errors();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user