Merge pull request #203 from pavalos/master
Update sysinfo to support DragonFly BSD
This commit is contained in:
commit
03e1e1d7c2
@ -30,7 +30,7 @@ function PMA_getSysInfoOs($php_os = PHP_OS)
|
||||
{
|
||||
|
||||
// look for common UNIX-like systems
|
||||
$unix_like = array('FreeBSD');
|
||||
$unix_like = array('FreeBSD', 'DragonFly');
|
||||
if (in_array($php_os, $unix_like)) {
|
||||
$php_os = 'Linux';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user