/web/acc/phpsysinfo/includes/mb/class.pitemp.inc.php |
---|
57,8 → 57,10 |
public function build() |
{ |
$this->_temperature(); |
$this->_voltage(); |
$this->_current(); |
if ((PSI_OS == 'Linux') && !defined('PSI_EMU_HOSTNAME')) { |
$this->_temperature(); |
$this->_voltage(); |
$this->_current(); |
} |
} |
} |