release 1.2.1

This commit is contained in:
Newcomer1989
2016-12-17 14:18:29 +01:00
parent d698c158fc
commit 47fea60ae3
268 changed files with 17305 additions and 91 deletions

View File

@@ -84,7 +84,7 @@ if (isset($_POST['update']) && $_SESSION['username'] == $webuser && $_SESSION['p
<div class="form-group">
<label class="col-sm-4 control-label" data-toggle="modal" data-target="#wits3hostdesc"><?php echo $lang['wits3host']; ?><i class="help-hover glyphicon glyphicon-question-sign"></i></label>
<div class="col-sm-8 required-field-block">
<input type="text" class="form-control" name="tshost" value="<?php echo $ts['host']; ?>" required>
<input type="text" class="form-control" name="tshost" value="<?php echo $ts['host']; ?>" maxlength="64" required>
<div class="required-icon"><div class="text">*</div></div>
</div>
</div>