전체목록'; $g5['title'] = '상점 관리'; include_once './admin.head.php'; /******************************* 구매 아이템 갯수 설정 *******************************/ if (!sql_query(" SELECT sh_has_item_count from {$g5['shop_table']} limit 1 ", false)) { sql_query(" ALTER TABLE {$g5['shop_table']} ADD `sh_has_item_count` int(11) NOT NULL DEFAULT '0' AFTER `sh_has_item`"); } $colspan = 19; ?>