key파일 생성 디렉토리 체크 코드 추가

This commit is contained in:
chicpro
2013-08-21 10:35:52 +09:00
parent d7af2b9d49
commit 5fc1bb6ad7
3 changed files with 31 additions and 0 deletions

View File

@ -4,6 +4,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
if(!$config['cf_cert_use'] || $config['cf_cert_hp'] != 'kcb')
alert('기본환경설정에서 KCB 휴대폰본인확인 서비스로 설정해 주십시오.');
// key 디렉토리 체크
include_once('./key_dir_check.php');
/**************************************************************************
* okname 생년월일 본인 확인서비스 파라미터
**************************************************************************/