소스 검색

Update tpl.php

tags/6.2.7
叙述、别离 1 년 전
부모
커밋
24f6dc975d
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      src/admin/tpl.php

+ 3
- 3
src/admin/tpl.php 파일 보기

@@ -118,9 +118,9 @@ else if ($action == 'upload') {
<tr>
<td width='90'>选择文件:</td>
<td>
<input name='acdir' type='hidden' value='$acdir' />
<input name='token' type='hidden' value='{$_SESSION['token']}' />
<input name='upfile' type='file' id='upfile' class='admin-input-lg' />
<input name='acdir' type='hidden' value='$acdir'>
<input name='token' type='hidden' value='{$_SESSION['token']}'>
<input name='upfile' type='file' id='upfile' class='admin-input-lg'>
</td>
</tr>
</table>";


불러오는 중...
취소
저장