설치프로그램 오류 수정

This commit is contained in:
chicpro
2013-04-11 11:00:40 +09:00
parent af6300d8ce
commit 371fdd19f6
3 changed files with 68 additions and 61 deletions

View File

@ -56,6 +56,13 @@ if ($_POST['agree'] != '동의함') {
<input name="table_prefix" type="text" value="g4s_" id="table_prefix">
</td>
</tr>
<tr>
<th scope="row"><label for="">쇼핑몰TABLE명 접두사</label></th>
<td>
<span>가능한 변경하지 마십시오.</span>
<input name="shop_prefix" type="text" value="shop_" id="shop_prefix">
</td>
</tr>
</tbody>
</table>