Session을 autoload에 포함

This commit is contained in:
2018-03-24 19:01:13 +09:00
parent 037a29ad02
commit 4bcdf8b208
12 changed files with 46 additions and 36 deletions
-1
View File
@@ -11,7 +11,6 @@ if(!$SETTING->isExists()){
}
require(ROOT.'/f_config/DB.php');
require(ROOT.'/f_func/class._Session.php');
$SESSION = new _SESSION();