mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Fixed recon task field to get subnet (networkmaps)
This commit is contained in:
parent
b70e8b8f6f
commit
6f935f27ce
@ -82,7 +82,7 @@ function networkmap_process_networkmap($id = 0) {
|
||||
$recon_task = db_get_row_filter('trecon_task',
|
||||
array('id_rt' => $networkmap['source_data']));
|
||||
|
||||
$ip_mask = $recon_task['field1'];
|
||||
$ip_mask = $recon_task['subnet'];
|
||||
break;
|
||||
case 2:
|
||||
$ip_mask = $networkmap['source_data'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user