KCPCERT_PATH 상수 적용
This commit is contained in:
@ -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() {
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
if ($config['cf_kcpcert_use']) {
|
||||
include_once(G4_KCP_PATH.'/kcpcert.head.skin.php');
|
||||
include_once(G4_KCPCERT_PATH.'/kcpcert.head.skin.php');
|
||||
}
|
||||
?>
|
||||
@ -2,6 +2,6 @@
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
if ($config['cf_kcpcert_use']) {
|
||||
include_once(G4_KCP_PATH.'/kcpcert.tail.skin.php');
|
||||
include_once(G4_KCPCERT_PATH.'/kcpcert.tail.skin.php');
|
||||
}
|
||||
?>
|
||||
|
||||
@ -234,7 +234,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() {
|
||||
|
||||
Reference in New Issue
Block a user