6 lines
107 B
PHP
6 lines
107 B
PHP
|
|
if (`select convert(@@version_compile_os using latin1) LIKE ("%FreeBSD%") = 0`)
|
||
|
|
{
|
||
|
|
skip Needs FreeBSD;
|
||
|
|
}
|
||
|
|
|