Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2770 → Rev 2976

/web/acc/phpsysinfo/includes/mb/class.qtssnmp.inc.php
75,7 → 75,9
*/
public function build()
{
$this->_temperature();
$this->_fans();
if ((PSI_OS == 'Linux') && !defined('PSI_EMU_HOSTNAME')) {
$this->_temperature();
$this->_fans();
}
}
}