8 lines
83 B
PHP
Executable File

<?php
if(!$os) {
if(preg_match("/^Linux/", $sysDescr)) { $os = "linux"; }
}
?>