[fix] Diagnostic:Service:Dns fix version number
This commit is contained in:
parent
5ffa3b6972
commit
572aefdcfb
|
@ -30,7 +30,7 @@ class Alternc_Diagnostic_Service_Dns
|
||||||
global $dom;
|
global $dom;
|
||||||
|
|
||||||
$version = $this->service->version;
|
$version = $this->service->version;
|
||||||
if( $version < 3 ) {
|
if( $version < 3.2 ) {
|
||||||
$this->bind = new system_bind(array(
|
$this->bind = new system_bind(array(
|
||||||
"zone_file_directory" => "/var/alternc/bind/zones/"));
|
"zone_file_directory" => "/var/alternc/bind/zones/"));
|
||||||
$this->domainList = $this->get_domain_all_summary();
|
$this->domainList = $this->get_domain_all_summary();
|
||||||
|
|
Loading…
Reference in New Issue