From ba48c8bc4f2b9001d94b6548e8102cc113904c1c Mon Sep 17 00:00:00 2001 From: mlutfy <> Date: Mon, 30 Aug 2010 20:17:00 +0000 Subject: [PATCH] ajout support TLD .coop (oops, removed forgotten debug code) --- bureau/class/m_dom.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bureau/class/m_dom.php b/bureau/class/m_dom.php index 69d2ff60..8393c0fa 100644 --- a/bureau/class/m_dom.php +++ b/bureau/class/m_dom.php @@ -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] . "
"; } } // switch } // while