Merge pull request #460 from wrongecho/bugs

Bug fixes
This commit is contained in:
Johnny 2022-05-03 16:16:03 -04:00 committed by GitHub
commit 18c7c1c9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fab fa-fw fa-windows"></i></span>
</div>
<input type="text" class="form-control" name="os" placeholder="ex Windows 10 Pro">
<input type="text" class="form-control" name="os" placeholder="ex Windows 10 Pro" value="<?php echo $asset_os; ?>">
</div>
</div>
<?php } ?>

View File

@ -199,6 +199,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
</tbody>
</table>
<br>
</div>
<?php include("pagination.php"); ?>
</div>