mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Whoops, $string isn't a useful thing to run a RegEx on!
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
if (!$os)
|
||||
{
|
||||
if(preg_match('/HP [a-zA-Z0-9-]+ Switch Software Version/',$string)) { $os = "hp"; }
|
||||
if(preg_match('/HP [a-zA-Z0-9-]+ Switch Software Version/',$sysDescr)) { $os = "hp"; }
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user