파일 위치를 twe에서 hwe로 옮김.

This commit is contained in:
2018-04-01 01:23:44 +09:00
parent 1ddd26c8a1
commit 25ec9a2579
201 changed files with 0 additions and 0 deletions
+19
View File
@@ -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'=>'이미 설정 파일이 존재합니다.'
]);
}