[Web] Fix some transport verifications

This commit is contained in:
andryyy
2020-01-16 21:11:46 +01:00
parent 7fed117aac
commit 79ab962d50
4 changed files with 37 additions and 3 deletions

View File

@@ -272,7 +272,7 @@ if (!isset($_SESSION['gal']) && $license_cache = $redis->Get('LICENSE_STATUS_CAC
<form class="form" data-id="rlyhost" role="form" method="post">
<div class="form-group">
<label for="hostname"><?=$lang['admin']['host'];?></label>
<input class="form-control input-sm" name="hostname" placeholder='host:25, host, [host]:25, [0.0.0.0]:25' required>
<input class="form-control input-sm" name="hostname" placeholder='[0.0.0.0], [0.0.0.0]:25, host:25, host, [host]:25' required>
</div>
<div class="form-group">
<label for="username"><?=$lang['admin']['username'];?></label>