Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5afd32963f |
@@ -358,7 +358,7 @@ $lines = explode("\n", $trimmedString);
|
||||
</div>
|
||||
<div class="form-group col-md-4 <?php echo (!empty($Winkey_err)) ? 'has-error' : ''; ?>">
|
||||
<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>
|
||||
</div>
|
||||
<input type="hidden" name="id" value="<?php echo $id; ?>"/>
|
||||
|
||||
Reference in New Issue
Block a user