Browse Source

Update tpl.php

tags/6.2.7
叙述、别离 1 year ago
parent
commit
24f6dc975d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/admin/tpl.php

+ 3
- 3
src/admin/tpl.php View File

@@ -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…
Cancel
Save