More Archive stuff

This commit is contained in:
johnny@pittpc.com
2021-02-07 21:40:29 -05:00
parent d24df2f2db
commit 8b66900d45
8 changed files with 26 additions and 23 deletions

View File

@@ -89,6 +89,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
$network = $row['network'];
$network_gateway = $row['network_gateway'];
$network_dhcp_range = $row['network_dhcp_range'];
$network_created_at = $row['network_created_at'];
$location_id = $row['location_id'];
?>