require_once를 require로 다시 변경

server_close 시스템 변경 준비
This commit is contained in:
2018-01-14 13:49:50 +09:00
parent 35e92365f2
commit 599160d043
14 changed files with 39 additions and 43 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
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(ROOT.'/f_config/config.php');
require(ROOT.W.F_CONFIG.W.APP.PHP);
require(ROOT.W.F_FUNC.W.FUNC.PHP);
CustomHeader();