Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -490,7 +490,7 @@ $pg_anchor = "
|
||||
</td>
|
||||
<th scope="row"><label for="cf_prohibit_email">입력 금지 메일</label></th>
|
||||
<td>
|
||||
<?=help('hotmail.com과 같은 메일 주소는 사용하지 못하도록 못합니다. 엔터로 구분')?>
|
||||
<?=help('입력 받지 않을 도메인을 지정합니다. 엔터로 구분 ex) hotmail.com')?>
|
||||
<textarea name="cf_prohibit_email" id="cf_prohibit_email" rows="5"><?=$config['cf_prohibit_email']?></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -8,7 +8,7 @@ global $is_admin;
|
||||
|
||||
<section id="visit">
|
||||
<div>
|
||||
<h2>방문자집계</h2>
|
||||
<h2>접속자집계</h2>
|
||||
<dl>
|
||||
<dt>오늘</dt>
|
||||
<dd><?=number_format($visit[1])?></dd>
|
||||
|
||||
Reference in New Issue
Block a user