$sub_menu = '200300'; include_once('./_common.php'); auth_check($auth[$sub_menu], 'r'); $token = get_token(); $html_title = '회원메일'; if ($w == 'u') { $html_title .= '수정'; $readonly = ' readonly'; $sql = ' select * from $g4[mail_table] where ma_id = "$ma_id" '; $ma = sql_fetch($sql); if (!$ma[ma_id]) alert('등록된 자료가 없습니다.'); } else { $html_title .= '입력'; } $g4[title] = $html_title; include_once('./admin.head.php'); ?>
include_once('./admin.tail.php'); ?>