쇼핑몰설정에서 mysql 정보 보이지 않는 문제 수정
This commit is contained in:
@ -754,9 +754,9 @@ $pg_anchor ="<ul class=\"anchor\">
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">MYSQL USER</th>
|
<th scope="row">MYSQL USER</th>
|
||||||
<td><br/><?=$mysql_user?></td>
|
<td><?=G4_MYSQL_USER?></td>
|
||||||
<th scope="row">MYSQL DB</th>
|
<th scope="row">MYSQL DB</th>
|
||||||
<td><br/><?=$mysql_db?></td>
|
<td><?=G4_MYSQL_DB?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">서버 IP</th>
|
<th scope="row">서버 IP</th>
|
||||||
@ -847,10 +847,10 @@ function byte_check(el_cont, el_byte)
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
byte_check('de_sms_cont<?=$i?>', 'byte<?=$i?>');
|
byte_check('de_sms_cont<?=$i?>', 'byte<?=$i?>');
|
||||||
</script>
|
</script>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<table class="frm_tbl">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user