ajout support TLD .coop (oops, removed forgotten debug code)
This commit is contained in:
parent
e2a3c45f1c
commit
ba48c8bc4f
|
@ -482,7 +482,6 @@ class m_dom {
|
||||||
if (preg_match('/Host Name:\s*([^\s]+)/', $ligne, $matches)) {
|
if (preg_match('/Host Name:\s*([^\s]+)/', $ligne, $matches)) {
|
||||||
$found = true;
|
$found = true;
|
||||||
$server[] = $matches[1];
|
$server[] = $matches[1];
|
||||||
echo "Found NS = " . $matches[1] . "<br>";
|
|
||||||
}
|
}
|
||||||
} // switch
|
} // switch
|
||||||
} // while
|
} // while
|
||||||
|
|
Loading…
Reference in New Issue