$sub_menu = "200900"; include_once("./_common.php"); auth_check($auth[$sub_menu], "w"); $token = get_token(); $html_title = "투표"; if ($w == "") $html_title .= " 생성"; else if ($w == "u") { $html_title .= " 수정"; $sql = " select * from $g4[poll_table] where po_id = '$po_id' "; $po = sql_fetch($sql); } else alert("w 값이 제대로 넘어오지 않았습니다."); $g4[title] = $html_title; include_once("./admin.head.php"); ?>
include_once("./admin.tail.php"); ?>