코드중 탭 간격이 일정하지 못한 코드 수정

This commit is contained in:
thisgun
2020-10-23 15:30:39 +09:00
parent dca63f4de6
commit 3d2ca1fb08

View File

@ -269,6 +269,7 @@ if( !function_exists('shop_check_is_pay_page') ){
$shop_dir.'/lg/returnurl.php', $shop_dir.'/lg/returnurl.php',
$mobile_dir.'/'.$shop_dir.'/lg/returnurl.php', $mobile_dir.'/'.$shop_dir.'/lg/returnurl.php',
$mobile_dir.'/'.$shop_dir.'/lg/xpay_approval.php', $mobile_dir.'/'.$shop_dir.'/lg/xpay_approval.php',
$mobile_dir.'/'.$shop_dir.'/kcp/order_approval_form.php',
); );
$server_script_name = str_replace('\\', '/', $_SERVER['SCRIPT_NAME']); $server_script_name = str_replace('\\', '/', $_SERVER['SCRIPT_NAME']);