mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update draytek.inc.php (#9432)
This commit is contained in:
@@ -7,4 +7,3 @@ preg_match('/Router Model: ([\w ]+), Version: ([\w\.]+)/', $poll_device['sysDesc
|
||||
$hardware = $tmp_draytek[1];
|
||||
$version = $tmp_draytek[2];
|
||||
unset($tmp_draytek);
|
||||
|
||||
|
Reference in New Issue
Block a user