... require_once로 되돌림 ㅜㅜ

This commit is contained in:
2018-01-14 19:11:14 +09:00
parent 5302734219
commit 7d2f024e75
95 changed files with 265 additions and 3208 deletions
+1 -1
View File
@@ -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로 설정해주세요.');