Merge branch 'develop' of github.com:gnuboard/gnuboard5 into develop

This commit is contained in:
kagla
2022-03-22 12:51:28 +09:00
8 changed files with 19 additions and 10 deletions

View File

@ -2,7 +2,7 @@
// 해당 페이지는 사용자가 ISP{국민/BC) 카드 결제를 성공하였을 때, 사용자에게 보여지는 페이지입니다.
include_once('./_common.php');
$LGD_OID = $_GET['LGD_OID'];
$LGD_OID = clean_xss_tags($_GET['LGD_OID']);
echo "LGD_OID = ".$LGD_OID;