설치시 카카오 계정을 설치하라고 TODO로 넣어두기...만 함

This commit is contained in:
2018-03-18 23:11:31 +09:00
parent 102dff43f4
commit 95021f0887
3 changed files with 9 additions and 3 deletions
+8 -2
View File
@@ -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');
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////