path: phpsysinfo_3.4.4-1/plugins/psstatus/class.psstatus.inc.php } else { foreach ($processes as $process) { CommonFunctions::executeProgram("pidof", "-s -x \"".$process."\"", $buffer, PSI_DEBUG); if (strlen($buffer) > 0) { $this->_filecontent[] = array($process, $buffer);