tmp_kakao를 경로 이동

This commit is contained in:
2018-03-18 13:30:04 +09:00
parent 1a96d55ed7
commit 102dff43f4
18 changed files with 3 additions and 20 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
require_once('_common.php');
require_once(ROOT.'/f_func/class._Session.php');
require_once(ROOT.'/f_config/DB.php');
require_once(ROOT.'/tmp_kakao/conf.php');//TODO: kakao 가입 정식 적용하면 코드 변경
require_once(ROOT.'/d_setting/conf_kakao.php');
$SESSION = new _Session();
if($SESSION->isLoggedIn()){
header(ROOT.'/i_entrance/Frame.php');