결제모듈 실행여부 체크 문자열 수정
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user