$sub_menu = "300200"; include_once("./_common.php"); auth_check($auth[$sub_menu], "w"); $token = get_token(); if ($is_admin != "super" && $w == "") alert("최고관리자만 접근 가능합니다."); $html_title = "게시판그룹"; if ($w == "") { $gr_id_attr = "required"; $gr[gr_use_access] = 0; $html_title .= " 생성"; } else if ($w == "u") { $gr_id_attr = "readonly style='background-color:#dddddd'"; $gr = sql_fetch(" select * from $g4[group_table] where gr_id = '$gr_id' "); $html_title .= " 수정"; } else alert("제대로 된 값이 넘어오지 않았습니다."); $g4[title] = $html_title; include_once("./admin.head.php"); ?>
include_once ("./admin.tail.php"); ?>