설치시 기본으로 쇼핑몰 설치에 체크되도록 수정

This commit is contained in:
chicpro
2014-02-21 15:31:12 +09:00
parent d8441c31df
commit 37cbaeec06

View File

@ -75,7 +75,7 @@ if (!isset($_POST['agree']) || $_POST['agree'] != '동의함') {
<tr> <tr>
<th scope="row"><label for="">쇼핑몰설치</label></th> <th scope="row"><label for="">쇼핑몰설치</label></th>
<td> <td>
<input name="g5_shop_install" type="checkbox" value="1" id="g5_shop_install">설치 <input name="g5_shop_install" type="checkbox" value="1" id="g5_shop_install" checked="checked">설치
</td> </td>
</tr> </tr>
</tbody> </tbody>