8 lines
95 B
PHP

<?php
if (!$os) {
if (stristr($sysDescr, "mellanox")) {
$os = "mellanox";
}
}