|
|
@@ -393,7 +393,6 @@ function cwp7CheckSOA($domain) {
|
|
|
$response .= fgets($conn,128);
|
|
|
}
|
|
|
fclose($conn);
|
|
|
- $responseArray = str_getcsv($response, ':');
|
|
|
} else {
|
|
|
logModuleCall(
|
|
|
'cwp7',
|
|
|
@@ -409,7 +408,7 @@ function cwp7CheckSOA($domain) {
|
|
|
__FUNCTION__,
|
|
|
$tld[0],
|
|
|
'debug2',
|
|
|
- $responseArray
|
|
|
+ nl2br($response)
|
|
|
);
|
|
|
return 'none';
|
|
|
}
|