모듈 실행권한 체크 함수 재수정
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user