[Web] Save filter objects 1:1 to database

This commit is contained in:
andryyy
2019-01-08 13:00:34 +01:00
parent dd2986da4c
commit 53e8bf537b
2 changed files with 3 additions and 3 deletions

View File

@@ -206,7 +206,7 @@ $tfa_data = get_tfa();
<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" required>
<input class="form-control input-sm" name="hostname" placeholder='host:25, host, [host]:25, [0.0.0.0]:25' required>
</div>
<div class="form-group">
<label for="username"><?=$lang['admin']['username'];?></label>