통합 서버 관리자의 파일 경로 코드를 문자열로 변경.

This commit is contained in:
2018-03-07 21:29:48 +09:00
parent 7206826974
commit bc3a6cf86e
55 changed files with 183 additions and 204 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<?php
require_once('_common.php');
if(file_exists(ROOT.W.D_SETTING.W.'conf.php')) ErrorToScreen('이미 설치되어 있습니다. 재설치하려면 설정 파일을 지우세요.');
if(fileperms(ROOT.W.D_SETTING.W) != 040707 && fileperms(ROOT.W.D_SETTING.W) != 040777) ErrorToScreen('설정 디렉토리 권한을 707 또는 777로 설정해주세요.');
if(file_exists(ROOT.'/d_setting/conf.php')) ErrorToScreen('이미 설치되어 있습니다. 재설치하려면 설정 파일을 지우세요.');
if(fileperms(ROOT.'/d_setting') != 040707 && fileperms(ROOT.'/d_setting') != 040777) ErrorToScreen('설정 디렉토리 권한을 707 또는 777로 설정해주세요.');
?>
<!DOCTYPE html>