결제모듈 실행여부 체크 문자열 수정

This commit is contained in:
chicpro
2014-05-23 13:11:05 +09:00
parent cd1df98595
commit 7b8e3d7d03

View File

@ -2586,7 +2586,7 @@ function module_exec_check($exe, $type)
}
for($i=0; $i<count($out); $i++) {
if(strpos($out[$i], 'PayPLUS CLIENT') !== false) {
if(strpos($out[$i], 'CLIENT') !== false) {
$search = true;
break;
}