... require_once로 되돌림 ㅜㅜ
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require('_common.php');
|
||||
require_once('_common.php');
|
||||
|
||||
if(file_exists(ROOT.W.D_SETTING.W.SET.PHP)) ErrorToScreen('이미 설치되어 있습니다. 재설치하려면 설정 파일을 지우세요.');
|
||||
if(fileperms(ROOT.W.D_SETTING.W) != 040707 && fileperms(ROOT.W.D_SETTING.W) != 040777) ErrorToScreen('설정 디렉토리 권한을 707 또는 777로 설정해주세요.');
|
||||
|
||||
Reference in New Issue
Block a user