mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
change name modules create from wizard SNMP
This commit is contained in:
parent
7db496e7a1
commit
188807c4cf
@ -206,7 +206,7 @@ if ($create_modules) {
|
|||||||
|
|
||||||
// Get the name
|
// Get the name
|
||||||
$name_array = explode('::', $oid_array[0]);
|
$name_array = explode('::', $oid_array[0]);
|
||||||
$name = $name_array[1] . "_" . $ifname;
|
$name = $ifname . "_" . $name_array[1];
|
||||||
|
|
||||||
// Clean the name
|
// Clean the name
|
||||||
$name = str_replace ( "\"" , "" , $name);
|
$name = str_replace ( "\"" , "" , $name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user