Update orderpay.pgkcp.php

This commit is contained in:
Namhyeon Go 2018-08-25 01:37:39 +09:00 committed by GitHub
parent aac023f001
commit 48aacb636c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,12 @@
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
loadHelper("pgkcp.lnk.php");