Subversion Repositories ALCASAR

Rev

Rev 2775 | Rev 3037 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2775 Rev 2976
Line 50... Line 50...
50
                if (! empty($temp)) {
50
                if (! empty($temp)) {
51
                    $this->_output[] = $temp;
51
                    $this->_output[] = $temp;
52
                }
52
                }
53
            }
53
            }
54
        } else { //use default if address and port not defined
54
        } else { //use default if address and port not defined
-
 
55
            if (!defined('PSI_EMU_HOSTNAME')) {
55
            CommonFunctions::executeProgram('apcaccess', 'status', $temp);
56
                CommonFunctions::executeProgram('apcaccess', 'status', $temp);
-
 
57
            } else {
-
 
58
                CommonFunctions::executeProgram('apcaccess', 'status '.PSI_EMU_HOSTNAME, $temp);
-
 
59
            }
56
            if (! empty($temp)) {
60
            if (! empty($temp)) {
57
                $this->_output[] = $temp;
61
                $this->_output[] = $temp;
58
            }
62
            }
59
        }
63
        }
60
    }
64
    }