Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
chicpro
2013-03-26 13:08:46 +09:00
2 changed files with 2 additions and 2 deletions

View File

@ -490,7 +490,7 @@ $pg_anchor = "
</td> </td>
<th scope="row"><label for="cf_prohibit_email">입력 금지 메일</label></th> <th scope="row"><label for="cf_prohibit_email">입력 금지 메일</label></th>
<td> <td>
<?=help('hotmail.com과 같은 메일 주소는 사용하지 못하도록 못합니다. 엔터로 구분')?> <?=help('입력 받지 않을 도메인을 지정합니다. 엔터로 구분 ex) hotmail.com')?>
<textarea name="cf_prohibit_email" id="cf_prohibit_email" rows="5"><?=$config['cf_prohibit_email']?></textarea> <textarea name="cf_prohibit_email" id="cf_prohibit_email" rows="5"><?=$config['cf_prohibit_email']?></textarea>
</td> </td>
</tr> </tr>

View File

@ -8,7 +8,7 @@ global $is_admin;
<section id="visit"> <section id="visit">
<div> <div>
<h2>방문자집계</h2> <h2>접속자집계</h2>
<dl> <dl>
<dt>오늘</dt> <dt>오늘</dt>
<dd><?=number_format($visit[1])?></dd> <dd><?=number_format($visit[1])?></dd>