fix: guest upload

This commit is contained in:
qkqpttgf 2020-05-04 13:18:04 +08:00 committed by GitHub
parent e3843c7060
commit 855a805f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -140,10 +140,10 @@
<!--EncryptedEnd-->
<!--GuestUploadStart-->
<div id="upload_div" style="margin:10px">
<center>
<div id="upload_btns" align="center">
<input id="upload_file" type="file" name="upload_filename">
<input id="upload_submit" onclick="preup();" value="<!--constStr@Upload-->" type="button">
<center>
</div>
</div>
<!--GuestUploadEnd-->