Merge branch 'g5'

This commit is contained in:
chicpro
2014-01-06 13:30:31 +09:00

View File

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