PHP8에서 경고문이 뜨는 코드 수정

This commit is contained in:
thisgun
2021-01-14 11:34:37 +09:00
parent e873436d59
commit 66c6e9b8aa
10 changed files with 34 additions and 31 deletions

View File

@ -271,6 +271,7 @@ if( !function_exists('shop_check_is_pay_page') ){
$mobile_dir.'/'.$shop_dir.'/lg/returnurl.php',
$mobile_dir.'/'.$shop_dir.'/lg/xpay_approval.php',
$mobile_dir.'/'.$shop_dir.'/kcp/order_approval_form.php',
$shop_dir.'/kakaopay/inicis_kk_return.php', // 이니시스 카카오페이 (SIRK 로 시작하는 아이디 전용)
);
$server_script_name = str_replace('\\', '/', $_SERVER['SCRIPT_NAME']);