ajout support TLD .coop (oops, removed forgotten debug code)

This commit is contained in:
mlutfy 2010-08-30 20:17:00 +00:00
parent e2a3c45f1c
commit ba48c8bc4f
1 changed files with 0 additions and 1 deletions

View File

@ -482,7 +482,6 @@ class m_dom {
if (preg_match('/Host Name:\s*([^\s]+)/', $ligne, $matches)) {
$found = true;
$server[] = $matches[1];
echo "Found NS = " . $matches[1] . "<br>";
}
} // switch
} // while