Set default port to 22

This commit is contained in:
Sheng
2018-09-29 20:19:45 +08:00
parent 0f542ed24f
commit fdcf1718c1
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
</div>
<div class="col">
<label for="Port">Port</label>
<input class="form-control" type="number" id="port" name="port" value="" min=1 max=65535 required>
<input class="form-control" type="number" id="port" name="port" placeholder="22" value="" min=1 max=65535>
</div>
</div>
<div class="row">