Update draytek.inc.php (#9432)

This commit is contained in:
Neil Lathwood
2018-11-08 22:13:07 +00:00
committed by GitHub
parent 40a84b5131
commit 76a38149ad

View File

@@ -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);