From 5d213d7420d1fe2658eb1c277fcb65014ba69ae9 Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Wed, 27 Jul 2011 09:14:41 +0000 Subject: [PATCH] =?UTF-8?q?alternc-slavedns=20ne=20pouvait=20pas=20fonctio?= =?UTF-8?q?nner=20whois=20de=20alternc=20r=C3=A9par=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bureau/class/m_dom.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bureau/class/m_dom.php b/bureau/class/m_dom.php index aa6ac616..1ffa29c4 100644 --- a/bureau/class/m_dom.php +++ b/bureau/class/m_dom.php @@ -467,6 +467,7 @@ class m_dom { if (preg_match('#^whois:#', $ligne)) { $serveur=preg_replace('/whois:\ */','',$ligne,1); } } } + $serveur=str_replace(array(" ","\n"),"",$serveur); $egal=""; switch($ext) {