8 lines
97 B
PHP
Raw Normal View History

2015-04-02 08:50:43 +01:00
<?php
if (!$os) {
2015-07-13 20:10:26 +02:00
if (preg_match('/^CANOPY/', $sysDescr)) {
2015-04-02 08:50:43 +01:00
$os = 'canopy';
}
}