1 Commits
0.6 ... 0.6.1

Author SHA1 Message Date
bprieshof
5afd32963f Fixed WinKey Var 2019-08-23 09:31:41 +02:00

View File

@@ -358,7 +358,7 @@ $lines = explode("\n", $trimmedString);
</div> </div>
<div class="form-group col-md-4 <?php echo (!empty($Winkey_err)) ? 'has-error' : ''; ?>"> <div class="form-group col-md-4 <?php echo (!empty($Winkey_err)) ? 'has-error' : ''; ?>">
<label>Windows Key</label> <label>Windows Key</label>
<input type="text" name="Win_Key" class="form-control" value="<?php echo $Win_Key; ?>"> <input type="text" name="Win_Key" class="form-control" value="<?php echo $Winkey; ?>">
<span class="help-block"><?php echo $Winkey_err;?></span> <span class="help-block"><?php echo $Winkey_err;?></span>
</div> </div>
<input type="hidden" name="id" value="<?php echo $id; ?>"/> <input type="hidden" name="id" value="<?php echo $id; ?>"/>