瀏覽代碼

Update tpl.php

tags/6.2.7
叙述、别离 2 年之前
父節點
當前提交
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>";


Loading…
取消
儲存