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));
|
$ligne = preg_replace("/^ *([^ ]*) \(.*\)$/", "\\1", trim($ligne));
|
||||||
if ($found)
|
if ($found)
|
||||||
$tmp = trim($ligne);
|
$tmp = trim($ligne);
|
||||||
if ($tmp)
|
if (isset($tmp) && $tmp)
|
||||||
$serveurList[] = $tmp;
|
$serveurList[] = $tmp;
|
||||||
if ($ligne == "Nameservers:") {
|
if ($ligne == "Nameservers:") {
|
||||||
$state = 1;
|
$state = 1;
|
||||||
|
|
Loading…
Reference in New Issue