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');
@@ -1,5 +1,5 @@
<?php
require('conf.php');
require(__DIR__.'/../d_setting/conf_kakao.php');
?>
<!DOCTYPE html>
<html lang="ko">
@@ -1,5 +1,5 @@
<?php
require(__DIR__.'/conf.php');
require(__DIR__.'/../d_setting/conf_kakao.php');
//https://devtalk.kakao.com/t/php-rest-api/14602/3
//header('Content-Type: application/json; charset=utf-8');

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

-17
View File
@@ -1,17 +0,0 @@
<?php
require('_common.php');
require('kakao.php');
// test code
$helper = new Kakao_REST_API_Helper('');
$helper->set_admin_key('');
$helper->test_user_management_api();
//$helper->test_story_api();
//$helper->test_talk_api();
//$helper->test_push_notification_api();