php설정에 따른 최고 업로드 용량 표시하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1928 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-13 05:52:13 +00:00
parent 2e585445b1
commit a9e390ac0a
2 changed files with 5 additions and 2 deletions

View file

@ -14,6 +14,7 @@
<th scope="col">{$lang->allowed_attach_size}</th>
<td>
<input type="text" name="allowed_attach_size" value="{$config->allowed_attach_size}" class="inputTypeText" size="3" />MB
/ {ini_get('upload_max_filesize')}
<p>{$lang->about_allowed_attach_size}</p>
</td>
</tr>