8 lines
169 B
PHP
8 lines
169 B
PHP
<?php
|
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|
|
|
if ($config['cf_kcpcert_use']) {
|
|
include_once(G4_KCP_PATH.'/kcpcert.tail.skin.php');
|
|
}
|
|
?>
|