2010-07-20 14:03:54 +00:00
|
|
|
<?php
|
|
|
|
|
2017-01-14 08:54:16 -06:00
|
|
|
// do not move to yaml, this check needs to happen last
|
2017-01-26 02:39:19 +00:00
|
|
|
if (str_contains($sysDescr, 'FreeBSD')) {
|
2016-09-27 22:31:16 +01:00
|
|
|
$os = 'freebsd';
|
2010-07-20 14:03:54 +00:00
|
|
|
}
|