G4_KCP 를 G4_KCPCERT 로 상수명 변경 및 kcp 폴더를 kcpcert 로 변경

This commit is contained in:
gnuboard
2013-05-15 09:30:55 +09:00
parent 903d139d00
commit 79cdc228e4
11 changed files with 9 additions and 23 deletions

View File

@ -235,7 +235,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<?php
if ($config['cf_kcpcert_use']) {
// 휴대폰인증 form
include_once(G4_KCP_PATH.'/kcpcert_form.php');
include_once(G4_KCPCERT_PATH.'/kcpcert_form.php');
?>
<script>
$(function() {

View File

@ -1,7 +0,0 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
if ($config['cf_kcpcert_use']) {
include_once(G4_KCP_PATH.'/kcpcert.head.skin.php');
}
?>

View File

@ -1,7 +0,0 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
if ($config['cf_kcpcert_use']) {
include_once(G4_KCP_PATH.'/kcpcert.tail.skin.php');
}
?>