설치시 카카오 계정을 설치하라고 TODO로 넣어두기...만 함
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
<?php
|
||||
require(__DIR__.'/../d_setting/conf_kakao.php');
|
||||
|
||||
if ((@include(__DIR__.'/../d_setting/conf_kakao.php')) === false) {
|
||||
class KakaoKey{
|
||||
const REST_KEY = '';
|
||||
const ADMIN_KEY = '';
|
||||
const REDIRECT_URI = '';
|
||||
}
|
||||
}
|
||||
//https://devtalk.kakao.com/t/php-rest-api/14602/3
|
||||
//header('Content-Type: application/json; charset=utf-8');
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user