Service Overview:

Description:
Backup Info:

Notes

0){ ?>
Assets
    $row[asset_name] $ip"; } ?>
Networks
    $network[0] (VLAN $network[1])"; } // Not showing/haven't added explicitly linked networks - can't see a need for a network that doesn't have an asset on it? // Can add at a later date if there is a use case for this ?>
Locations
    $location"; } ?>
0){ ?>
Domains
    $row[domain_name]"; } } ?>
0){ ?>
Certificates
    $row[certificate_name] ($row[certificate_domain])"; } } ?>

Additional Related Items


0){ ?>
Vendors
    $row[vendor_name]"; } ?>
0){ ?>
Contacts
    $row[contact_name]"; } ?>
0 || mysqli_num_rows($sql_logins) > 0){ ?>
Logins
    $row[login_name]"; } } // Showing explicitly linked logins while($row = mysqli_fetch_array($sql_logins)){ if(!empty($row['login_name'])){ echo "
  • $row[login_name]
  • "; } } ?>
URLs
    $row[login_uri]"; } } // Reset the $sql_assets pointer to the start mysqli_data_seek($sql_assets, 0); // Show URLs linked to assets, that also have logins while($row = mysqli_fetch_array($sql_assets)){ if(!empty($row['login_uri'])){ echo "
  • $row[login_uri]
  • "; } } ?>
0){ ?>
Documents
    $row[document_name]"; } ?>