_Session 클래스 일부 변경

This commit is contained in:
2018-03-16 02:40:49 +09:00
parent 3fcaa153f9
commit e2610d7e41
6 changed files with 15 additions and 18 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ require_once(ROOT.'/f_func/class._Session.php');
require_once(ROOT.'/f_config/DB.php');
require_once(ROOT.'/tmp_kakao/conf.php');//TODO: kakao 가입 정식 적용하면 코드 변경
$SESSION = new _Session();
if($SESSION->IsLoggedIn()){
if($SESSION->isLoggedIn()){
header(ROOT.'/i_entrance/Frame.php');
die();
}