Update orderpay.pgkcp.php
This commit is contained in:
parent
aac023f001
commit
48aacb636c
|
@ -8,6 +8,12 @@
|
||||||
|
|
||||||
if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
|
if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
|
||||||
|
|
||||||
|
// detect CSRF attack
|
||||||
|
if(check_token_abuse_by_requests("_token")) {
|
||||||
|
set_error("Access denied. (Expired session or Website attacker)");
|
||||||
|
show_errors();
|
||||||
|
}
|
||||||
|
|
||||||
// load KCP PG Helper
|
// load KCP PG Helper
|
||||||
loadHelper("pgkcp.lnk.php");
|
loadHelper("pgkcp.lnk.php");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user