fixing error message '1' for locked domains
This commit is contained in:
parent
5a108d67b9
commit
985b23339d
|
@ -109,6 +109,7 @@ if ($r['dns_action']=='UPDATE') {?>
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! empty($r['dns_result']) && $r['dns_result'] != '0') {
|
if (! empty($r['dns_result']) && $r['dns_result'] != '0') {
|
||||||
|
if ($r['dns_result'] == 1) $r['dns_result'] =_("DNS zone is locked, changes will be ignored");
|
||||||
echo '<p class="alert alert-warning">'; __($r['dns_result']); echo '</p>';
|
echo '<p class="alert alert-warning">'; __($r['dns_result']); echo '</p>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue