mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
New networkmaps in progress... (Removed weird nodes from graph)
This commit is contained in:
parent
16ff172bc3
commit
0b5631663b
@ -850,6 +850,9 @@ function networkmap_loadfile($id = 0, $file = '',
|
||||
if (strpos($node_id, "transp_") !== false) {
|
||||
//removed the transparent nodes
|
||||
}
|
||||
else if ($data['text'] == "" && $data['image'] == "" && $data['id_agent'] == 0) {
|
||||
//removed weird nodes
|
||||
}
|
||||
else {
|
||||
$networkmap_nodes[$node_id] = $data;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user