$sub_menu = "400740"; include_once("./_common.php"); auth_check($auth[$sub_menu], "w"); $html_title = "배송회사"; if ($w == "u") { $html_title .= " 수정"; $readonly = " readonly"; $sql = " select * from $g4[yc4_delivery_table] where dl_id = '$dl_id' "; $dl = sql_fetch($sql); if (!$dl[dl_id]) alert("등록된 자료가 없습니다."); } else { $html_title .= " 입력"; $dl[dl_url] = "http://"; } $g4[title] = $html_title; include_once(G4_ADMIN_PATH."/admin.head.php"); ?> =subtitle($html_title);?>
include_once(G4_ADMIN_PATH."/admin.tail.php"); ?>