$sub_menu = "200300"; define('G4_EDITOR', 1); 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'); ?>