Compare commits

..

No commits in common. "ab6324f501960f1b5951092e341956b7defe277b" and "144d8a23b3474d1f294ce29b01c89de80d4d0267" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View File

@ -70,7 +70,7 @@ class Vdns extends \Panel {
global $f3;
$ns_array = array();
if ($dns_ns_array = @dns_get_record("$zone", DNS_NS)) {
if ($dns_ns_array = dns_get_record("$zone", DNS_NS)) {
foreach ($dns_ns_array as $record_array) {
$ns_array[] = $record_array['target'];
}

View File

@ -49,3 +49,4 @@ $f3->set('ONERROR',function($f3){
});
$f3->run();

View File

@ -31,8 +31,6 @@
<repeat group="{{ @ns_info_array.defaults_ns_array }}" value="{{ @nameserver }}">
<b>{{ @nameserver }}</b><br>
</repeat>
Note that if DNS for this domain was just added this could simply be a cache issue.<br>
Wait a few minutes and come back to this page to see if the issue clears up.
</check>
<check if="{{ @ns_info_array.status=='Error' }}">
There was an error verifying the Namservers for {{ @ns_info_array.zone }}.<br>