이전 코드에서 일부 이전

This commit is contained in:
2018-01-11 22:14:36 +09:00
parent 3a025cfa70
commit 91a5ff805c
15 changed files with 1037 additions and 72 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
<?php
define(ROOT, '..');
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);