[fix] Diagnostic:Service:Dns fix version number

This commit is contained in:
alban 2014-07-04 18:33:08 +02:00
parent 5ffa3b6972
commit 572aefdcfb
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class Alternc_Diagnostic_Service_Dns
global $dom;
$version = $this->service->version;
if( $version < 3 ) {
if( $version < 3.2 ) {
$this->bind = new system_bind(array(
"zone_file_directory" => "/var/alternc/bind/zones/"));
$this->domainList = $this->get_domain_all_summary();