통합 서버 관리자의 파일 경로 코드를 문자열로 변경.

This commit is contained in:
2018-03-07 21:29:48 +09:00
parent 7206826974
commit bc3a6cf86e
55 changed files with 183 additions and 204 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ if(!defined('ROOT')){
define('ROOT', '..');
}
require_once(ROOT.'/f_config/config.php');
require_once(ROOT.W.F_CONFIG.W.APP.PHP);
require_once(ROOT.W.F_FUNC.W.FUNC.PHP);
require_once(ROOT.'/f_config/app.php');
require_once(ROOT.'/f_func/func.php');
CustomHeader();