From 4ed1743a718c108139ebccdce562e069ff9d505f Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 6 Jan 2014 13:29:59 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B8=EC=A6=9D=EB=AA=A8=EB=93=88=20?= =?UTF-8?q?=EC=8B=A4=ED=96=89=EA=B6=8C=ED=95=9C=EC=B2=B4=ED=81=AC=20?= =?UTF-8?q?=ED=95=A8=EC=88=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 0fddb838e..299fd28e4 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -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 {