Merge pull request #3067 from GeorgesDick/patch-2

Eaton UPS - OS Discovery
This commit is contained in:
Neil Lathwood
2016-02-24 13:12:34 +00:00

View File

@@ -0,0 +1,7 @@
<?php
if (!$os) {
// Eaton UPS
if (strstr($sysDescr, 'Eaton 5PX')) {
$os = 'eatonups';
}
}