Add RB260GS detection

As stated in the title.
This commit is contained in:
Rosiak
2015-07-28 19:15:20 +02:00
parent 02f39189eb
commit e4d206d4fa

View File

@@ -14,4 +14,8 @@ if (!$os) {
if (preg_match('/^RouterOS/', $sysDescr)) {
$os = 'routeros';
}
if ($sysDescr == 'RB260GS') {
$os = 'routeros';
}
}