diff --git a/index.php b/index.php index 94e69539..28a0fa71 100644 --- a/index.php +++ b/index.php @@ -9,6 +9,7 @@ if(!$SETTING->isExists()){ require(ROOT.'/f_config/DB.php'); require(ROOT.'/f_func/class._Session.php'); +require(ROOT.'/d_setting/conf_kakao.php'); $SESSION = new _SESSION(); @@ -38,6 +39,78 @@ $access_token = $SESSION->get('access_token'); +
diff --git a/oauth_kakao/kakao_btn.png b/oauth_kakao/kakao_btn.png index b5054672..bff360fc 100644 Binary files a/oauth_kakao/kakao_btn.png and b/oauth_kakao/kakao_btn.png differ diff --git a/oauth_kakao/kakao_btn_wide.png b/oauth_kakao/kakao_btn_wide.png new file mode 100644 index 00000000..1ed0a0ee Binary files /dev/null and b/oauth_kakao/kakao_btn_wide.png differ