password
This commit is contained in:
parent
3dd520403b
commit
e13a6373de
@ -3,6 +3,6 @@
|
||||
<form action="/index.php" method="post" enctype="multipart/form-data">
|
||||
Vyber súbor na nahratie:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload">
|
||||
<input type="text" name="heslo">
|
||||
<input type="password" name="heslo">
|
||||
<input type="submit" value="Nahrať súbor" name="submit">
|
||||
</form>
|
@ -3,6 +3,6 @@
|
||||
<form action="/index.php" method="post" enctype="multipart/form-data">
|
||||
Vyber súbor na nahratie:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload">
|
||||
<input type="text" name="heslo">
|
||||
<input type="password" name="heslo">
|
||||
<input type="submit" value="Nahrať súbor" name="submit">
|
||||
</form>
|
Loading…
Reference in New Issue
Block a user