모듈 실행권한 체크 함수 재수정

This commit is contained in:
chicpro
2014-01-09 09:55:53 +09:00
parent 6c71fcdc3b
commit c99e22cec0

View File

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