Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 3100 → Rev 3099

/web/acc/phpsysinfo/includes/os/class.FreeBSD.inc.php
127,9 → 127,6
} elseif (preg_match('/^FreeNAS/i', $version)) { // FreeNAS detection
$this->sys->setDistribution($version);
$this->sys->setDistributionIcon('FreeNAS.png');
} elseif (preg_match('/^TrueNAS/i', $version)) { // TrueNAS detection
$this->sys->setDistribution($version);
$this->sys->setDistributionIcon('TrueNAS.png');
} else {
$this->sys->setDistributionIcon('FreeBSD.png');
}