Ver código fonte

Update tpl.php

tags/6.2.7
叙述、别离 2 anos atrás
pai
commit
24f6dc975d
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      src/admin/tpl.php

+ 3
- 3
src/admin/tpl.php Ver arquivo

@@ -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>";


Carregando…
Cancelar
Salvar