More generic detection from laf

This commit is contained in:
Kevin Fleshman
2015-03-09 12:11:40 -07:00
parent 5c7ee6aad1
commit 728b9abd54
+1 -1
View File
@@ -2,7 +2,7 @@
if (!$os)
{
if (strstr($sysDescr, "HP V1910-")) { $os = "hp"; }
if(preg_match('/HP [a-zA-Z0-9-]+ Switch Software Version/',$string)) { $os = "hp"; }
}
?>