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

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

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');
}
?>