diff --git a/install/install.inc.php b/install/install.inc.php index a4f5df97b..22bb69a07 100644 --- a/install/install.inc.php +++ b/install/install.inc.php @@ -67,13 +67,15 @@ if (!is_dir($data_path)) // data 디렉토리에 파일 생성 가능한지 검사. -if (!(is_readable($data_path) && is_writeable($data_path) && is_executable($data_path))) -{ -?> -
=G4_DATA_DIR?> 디렉토리의 퍼미션을 707로 변경하여 주십시오.
- $> chmod 707 =G4_DATA_DIR?> 또는 chmod uo+rwx =G4_DATA_DIR?>
- 위 명령 실행후 브라우저를 새로고침 하십시오.
=G4_DATA_DIR?> 디렉토리의 퍼미션을 707로 변경하여 주십시오.
+ $> chmod 707 =G4_DATA_DIR?> 또는 chmod uo+rwx =G4_DATA_DIR?>
+ 위 명령 실행후 브라우저를 새로고침 하십시오.