카카오 로그인을 이용한 가입 테스트
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user