Subversion Repositories ALCASAR

Rev

Rev 3037 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3037 Rev 3100
Line 76... Line 76...
76
                    if (! empty($temp)) {
76
                    if (! empty($temp)) {
77
                        $this->_output[] = $temp;
77
                        $this->_output[] = $temp;
78
                    }
78
                    }
79
                }
79
                }
80
            } else { //use default if address and port not defined
80
            } else { //use default if address and port not defined
81
                if (!defined('PSI_EMU_HOSTNAME')) {
81
                if (!defined('PSI_EMU_HOSTNAME') || defined('PSI_EMU_PORT')) {
82
                    CommonFunctions::executeProgram('apcaccess', 'status', $temp);
82
                    CommonFunctions::executeProgram('apcaccess', 'status', $temp);
83
                } else {
83
                } else {
84
                    CommonFunctions::executeProgram('apcaccess', 'status '.PSI_EMU_HOSTNAME, $temp);
84
                    CommonFunctions::executeProgram('apcaccess', 'status '.PSI_EMU_HOSTNAME, $temp);
85
                }
85
                }
86
                if (! empty($temp)) {
86
                if (! empty($temp)) {