LG유플러스 명칭 통일

This commit is contained in:
chicpro
2014-05-29 16:04:03 +09:00
parent 47ceac1aaf
commit 23e724cffc
5 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// kcp 전자결제를 사용할 때만 실행
// 전자결제를 사용할 때만 실행
if($default['de_iche_use'] || $default['de_vbank_use'] || $default['de_hp_use'] || $default['de_card_use']) {
?>
@ -31,7 +31,7 @@ function doPay_ActiveX(){
return false;
}
} else {
alert("LG U+ 전자결제를 위한 ActiveX Control이 설치되지 않았습니다.");
alert("LG유플러스 전자결제를 위한 ActiveX Control이 설치되지 않았습니다.");
xpay_showInstall(); //설치안내 팝업페이지 표시 코드 추가
}