Explorar el Código

Update tpl.php

tags/6.2.7
叙述、别离 hace 1 año
padre
commit
24f6dc975d
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      src/admin/tpl.php

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

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


Cargando…
Cancelar
Guardar