메일 선택폼에서 출력되는 메일 도메인 수정
This commit is contained in:
@ -62,7 +62,7 @@ include_once('./admin.head.php');
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="mb_email">E-mail</label></th>
|
<th scope="row"><label for="mb_email">E-mail</label></th>
|
||||||
<td>
|
<td>
|
||||||
<?php echo help("메일 주소에 단어 포함 (예 : @sir.co.kr)") ?>
|
<?php echo help("메일 주소에 단어 포함 (예 : @".preg_replace('#^(www[^\.]*\.){1}#', '', $_SERVER['HTTP_HOST']).")") ?>
|
||||||
<input type="text" name="mb_email" value="<?php echo $mb_email ?>" id="mb_email" class="frm_input" size="50">
|
<input type="text" name="mb_email" value="<?php echo $mb_email ?>" id="mb_email" class="frm_input" size="50">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user