통합 서버 관리자의 파일 경로 코드를 문자열로 변경.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
require_once('_common.php');
|
||||
require_once(ROOT.W.F_FUNC.W.'class._JSON.php');
|
||||
require_once(ROOT.W.F_FUNC.W.'class._String.php');
|
||||
require_once(ROOT.W.F_FUNC.W.'class._Validation.php');
|
||||
require_once(ROOT.W.F_CONFIG.W.DB.PHP);
|
||||
require_once(ROOT.'/f_func/class._JSON.php');
|
||||
require_once(ROOT.'/f_func/class._String.php');
|
||||
require_once(ROOT.'/f_func/class._Validation.php');
|
||||
require_once(ROOT.'/f_config/DB.php');
|
||||
|
||||
// 외부 파라미터
|
||||
// $_POST['type'] : 0: ID체크, 1: 주민번호 체크, 2: 닉네임 체크, 3: 이메일 체크
|
||||
|
||||
Reference in New Issue
Block a user