#232 오류 수정

This commit is contained in:
chicpro
2013-01-31 16:17:52 +09:00
parent a2504ade4d
commit 65a97746d5

View File

@ -176,7 +176,7 @@ if ($board['bo_use_nogood'])
$admin_href = "";
// 최고관리자 또는 그룹관리자라면
if ($member['mb_id'] && ($is_admin == 'super' || $group['gr_admin'] == $member['mb_id']))
$admin_href = G4_ADM_URL.'/board_form.php?w=u&bo_table='.$bo_table;
$admin_href = G4_ADMIN_URL.'/board_form.php?w=u&bo_table='.$bo_table;
include_once('./board_head.php');