카카오 로그인을 이용한 가입 테스트

This commit is contained in:
2018-03-10 04:16:17 +09:00
parent e00b763f43
commit 4b1e3e325e
18 changed files with 1179 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
if(!defined('ROOT')){
define('ROOT', '..');
}
require_once(ROOT.'/f_config/config.php');
require_once(ROOT.'/f_config/app.php');
require_once(ROOT.'/f_func/func.php');
CustomHeader();