include_once("./_common.php");
if (!$page_)
{
alert_close("존재하지 않는 페이지입니다.", $g4[path]);
}
$page = sql_fetch(" select * from $g4[page_table] where bo_table = '$page_' ");
// 로그인된 회원의 권한이 설정된 읽기 권한보다 작다면
if ($member[mb_level] < $page[bo_read_level])
alert("읽을 권한이 없습니다.", $g4[path]);
//포인트
if (!$is_admin && $member[mb_id])
insert_point($member[mb_id], $page[bo_read_point], "$page[bo_subject] 내용 보기", $page_, $page[bo_table] , '읽기');
$width = $page[bo_table_width];
if ($width <= 100) $width .= '%';
$g4['title'] = "$page[bo_subject]";
//첨부 이미지 장소
$_path = "$g4[path]/data/page/$page_/";
if($page[bo_include_head]) include_once("$page[bo_include_head]");
//관리자면 수정페이지 나오기
if ($is_admin)
echo "

";
if($page[bo_image_head]) echo "
";
?>
Warning: Use of undefined constant bo_content_head - assumed 'bo_content_head' (this will throw an Error in a future version of PHP) in /hermes/bosnacweb08/bosnacweb08aq/b1246/ipg.adexaerocom/bbs/page.php on line 33
Notice: Undefined variable: page in /hermes/bosnacweb08/bosnacweb08aq/b1246/ipg.adexaerocom/bbs/page.php on line 33
Notice: Trying to access array offset on value of type null in /hermes/bosnacweb08/bosnacweb08aq/b1246/ipg.adexaerocom/bbs/page.php on line 33
Warning: Use of undefined constant bo_insert_content - assumed 'bo_insert_content' (this will throw an Error in a future version of PHP) in /hermes/bosnacweb08/bosnacweb08aq/b1246/ipg.adexaerocom/bbs/page.php on line 35
Notice: Undefined variable: page in /hermes/bosnacweb08/bosnacweb08aq/b1246/ipg.adexaerocom/bbs/page.php on line 35
Notice: Trying to access array offset on value of type null in /hermes/bosnacweb08/bosnacweb08aq/b1246/ipg.adexaerocom/bbs/page.php on line 35
Warning: Use of undefined constant bo_content_tail - assumed 'bo_content_tail' (this will throw an Error in a future version of PHP) in /hermes/bosnacweb08/bosnacweb08aq/b1246/ipg.adexaerocom/bbs/page.php on line 37
Notice: Undefined variable: page in /hermes/bosnacweb08/bosnacweb08aq/b1246/ipg.adexaerocom/bbs/page.php on line 37
Notice: Trying to access array offset on value of type null in /hermes/bosnacweb08/bosnacweb08aq/b1246/ipg.adexaerocom/bbs/page.php on line 37
if($page[bo_image_tail]) echo "
";
if($page[bo_include_tail]) include_once("$page[bo_include_tail]");
?>