인증모듈 실행권한체크 함수 수정

This commit is contained in:
chicpro
2014-01-06 13:29:59 +09:00
parent 7f669023f6
commit 4ed1743a71

View File

@ -2449,7 +2449,7 @@ function module_exec_check($exe, $type)
// 바이너리 파일인지
if($is_linux) {
$search = false;
exec('whoami', $out);
exec('ls', $out);
if(empty($out)) {
$error = 'exec 함수의 실행권한이 없습니다. 서버관리자에게 문의해 주십시오.';
} else {