파일 위치를 twe에서 hwe로 옮김.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
namespace sammo;
|
||||
|
||||
require(__dir__.'/../vendor/autoload.php');
|
||||
|
||||
|
||||
/**
|
||||
* DB.php 파일 생성용 코드
|
||||
*
|
||||
* 이 파일만 예외적으로 lib.php, func.php를 참조하지 않고 독자적으로 동작함.
|
||||
*/
|
||||
|
||||
if(file_exist(__dir__.'/d_setting/DB.php')){
|
||||
Json::die([
|
||||
'result'=>false,
|
||||
'reason'=>'이미 설정 파일이 존재합니다.'
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user