제보받은 작은 문제들 수정

This commit is contained in:
thisgun
2019-05-28 18:22:08 +09:00
parent 9773c13d5d
commit 166727879a
4 changed files with 14 additions and 5 deletions

View File

@ -2752,6 +2752,11 @@ function module_exec_check($exe, $type)
} else {
// 바이너리 파일인지
if($is_linux) {
if ( !function_exists('exec') ) {
alert('exec 함수실행이 불가능하므로 사용할수 없습니다.');
}
$search = false;
$isbinary = true;
$executable = true;