Add service logic. Removing URLs for now

This commit is contained in:
Marcus Hill
2022-01-27 21:48:26 +00:00
parent 58603e7550
commit 301e6d94cd
3 changed files with 77 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
<?php
// Associated Assets (and their logins/networks)
// Associated Assets (and their logins/networks/locations)
$sql_assets = mysqli_query($mysqli, "SELECT * FROM service_assets
LEFT JOIN assets
ON service_assets.asset_id = assets.asset_id