mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add default netid for asset int csv import to prevent errors
This commit is contained in:
@@ -1514,6 +1514,7 @@ if (isset($_POST["import_client_asset_interfaces_csv"])) {
|
||||
|
||||
// Default variables (if undefined)
|
||||
$description = $type = $mac = $ip = $nat_ip = $ipv6 = $network = '';
|
||||
$network_id = 0;
|
||||
|
||||
$duplicate_detect = 0;
|
||||
if (isset($column[0])) {
|
||||
|
||||
Reference in New Issue
Block a user