Pb de variable quand on ajoute un domaine en .eu
This commit is contained in:
parent
281edf671d
commit
923dd0989c
|
@ -996,7 +996,7 @@ class m_dom {
|
|||
$ligne = preg_replace("/^ *([^ ]*) \(.*\)$/", "\\1", trim($ligne));
|
||||
if ($found)
|
||||
$tmp = trim($ligne);
|
||||
if ($tmp)
|
||||
if (isset($tmp) && $tmp)
|
||||
$serveurList[] = $tmp;
|
||||
if ($ligne == "Nameservers:") {
|
||||
$state = 1;
|
||||
|
|
Loading…
Reference in New Issue