Merge pull request #159 from YellingTree/patch-1

Change Input field to password type
This commit is contained in:
Christian Haschek
2024-11-10 16:17:30 +01:00
committed by GitHub

View File

@@ -65,7 +65,7 @@
echo "Allowed file types: ". implode(', ',getAllContentFiletypes());
if(defined('UPLOAD_CODE') && UPLOAD_CODE!='')
echo '<br>Upload Code: <input type="text" id="uploadcode" />';
echo '<br>Upload Code: <input type="password" id="uploadcode" />';
?>
</p>
<form class="dropzone well" id="dropzone" method="post" action="/api/upload.php" enctype="multipart/form-data">