11 lines
181 B
PHP
Raw Normal View History

<?php
if (!$os) {
if (preg_match('/^Prestige \d/', $sysDescr)) {
$os = 'prestige';
}
if (preg_match('/^P-.*-/', $sysDescr)) {
$os = 'prestige';
}
}