' . $errnum . ' ' . $errtext . '
' : ''); if ($url == $defaultURL) { echo $result; } else { if ($commInfo['http_code'] == 200) echo 'COMMUNICATIONS TEST OKAY.
You may see error information below, but that information simply confirms that the server actually responded, which means communications is open.'; } echo '
' . print_r($commInfo, true) . '


'; if ($url != $defaultURL) echo $result . '
EOF';