secondaryValid = true; //$tests->secondaryPath = false; $text = '
'.EKM_TEXT.' Path Diagnostic Results | '. '||
Diagnostic | Primary '.$tests->primaryIP.' | Secondary '.$tests->secondaryIP.' | ' .
'
Ping | ' . ($tests->primaryPing ?'Passed':'Failed') .' | ' . '' . ($tests->secondaryValid ?($tests->secondaryPing ?'Passed':'Failed'):'N/A') .' |
Drive | ' . ($tests->primaryDrive ?'Passed':'Failed') .' | ' . '' . ($tests->secondaryValid ?($tests->secondaryDrive ?'Passed':'Failed'):'N/A') .' |
Path | ' . ($tests->primaryPath ?'Passed':'Failed') .' | ' . '' . ($tests->secondaryValid ?($tests->secondaryPath ?'Passed':'Failed'):'N/A') .' |
Config | ' . ($tests->primaryConfig ?'Passed':'Failed') .' | ' . '' . ($tests->secondaryValid ?($tests->secondaryConfig ?'Passed':'Failed'):'N/A') .' |