Subversion Repositories ALCASAR

Compare Revisions

Regard whitespace Rev 2976 → Rev 2775

/web/acc/phpsysinfo/includes/ups/class.powersoftplus.inc.php
38,13 → 38,11
public function __construct()
{
parent::__construct();
if (PSI_OS == 'Linux') {
CommonFunctions::executeProgram('powersoftplus', '-p', $temp);
if (! empty($temp)) {
$this->_output[] = $temp;
}
}
}
 
/**
* parse the input and store data in resultset for xml generation