GUI Change default vesta port

This commit is contained in:
Anton Reutov 2021-08-24 17:28:47 +03:00
parent 402a69049c
commit 7a6dc72f29

View file

@ -97,7 +97,17 @@
}
?>
</select>
<br><br>
</td>
</tr>
<tr>
<td class="vst-text step-top">
<?php print __('Default Port');?>
</td>
</tr>
<tr>
<td>
<input type="text" size="20" class="vst-input" name="port" value="<?=htmlentities(trim($port, "'"))?>">
<br><br>
</td>
</tr>
<tr>