Fixed typo which prevented to upload files in webftp, fixes #842 @0h1m
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
</section>
|
||||
<section class="dboarditem bradiusodd">
|
||||
<h2>{t}Upload files{/t}</h2>
|
||||
<form name="putForm" envtype="multipart/form-data" method="POST" action="webftp.php">
|
||||
<form name="putForm" enctype="multipart/form-data" method="POST" action="webftp.php">
|
||||
<input type="hidden" name="action" value="put" />
|
||||
<input type="hidden" name="currentDir" value="{$currentDir}" />
|
||||
<input type="hidden" name="mode" value="{$mode}" />
|
||||
@@ -77,4 +77,4 @@
|
||||
</form>
|
||||
</section>
|
||||
<br />
|
||||
<section class="dboarditemfull bradiusodd">
|
||||
<section class="dboarditemfull bradiusodd">
|
||||
|
||||
Reference in New Issue
Block a user