2022-09-17 20:50:50 +09:00
|
|
|
<?php
|
2024-09-19 20:57:39 +09:00
|
|
|
if (!defined('_GNUBOARD_'))
|
|
|
|
|
exit; // 개별 페이지 접근 불가
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-10-05 07:34:26 +09:00
|
|
|
if(is_include_path_check($board['bo_include_tail'])) {
|
|
|
|
|
@include $board['bo_include_tail'];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
include_once G5_BBS_PATH . '/_tail.php';
|