From 7e1a709b1774e32ef290b48ae6ccd219b29b1679 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 6 Oct 2019 03:05:58 +0900 Subject: [PATCH] Update orderpay.pgkcp.php --- route/orderpay.pgkcp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/orderpay.pgkcp.php b/route/orderpay.pgkcp.php index 03cf416..2cb4738 100644 --- a/route/orderpay.pgkcp.php +++ b/route/orderpay.pgkcp.php @@ -21,7 +21,7 @@ if($debug != "true") { // detect CSRF attack if(check_token_abuse_by_requests("_token")) { - set_error("Access denied. (Expired session or Website attacker)"); + set_error("Security violation: Access denied. May be your session is expired or abused."); show_errors(); } }