Is this feature request already implemented. I see
$unix_like = array('FreeBSD', 'DragonFly');
in sysinfo.lib.php.
So FreeBSD is treated as a Unix system. Does it need more specific treatment?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Patches are welcome :-). Anyway somebody using BSD has to come up with this (probably can be ported from phpSysInfo).
Is this feature request already implemented. I see
$unix_like = array('FreeBSD', 'DragonFly');
in sysinfo.lib.php.
So FreeBSD is treated as a Unix system. Does it need more specific treatment?