6 lines
99 B
PHP
6 lines
99 B
PHP
|
|
if (`select convert(@@version_compile_os using latin1) IN ("Linux") = 0`)
|
||
|
|
{
|
||
|
|
skip Needs Linux;
|
||
|
|
}
|
||
|
|
|