tbrehm
2010-11-30 dd1afa99b17596d4150d4b9b2741189f42d655d1
interface/web/dashboard/dashlets/limits.php
@@ -67,7 +67,7 @@
      
      $limits[] = array('field' => 'limit_web_aliasdomain',
                    'db_table' => 'web_domain',
                    'db_where' => "type = 'aliasdomain'");
                    'db_where' => "type = 'alias'");
      
      $limits[] = array('field' => 'limit_ftp_user',
                    'db_table' => 'ftp_user',
@@ -79,6 +79,10 @@
      
      $limits[] = array('field' => 'limit_dns_zone',
                    'db_table' => 'dns_soa',
                    'db_where' => "");
      $limits[] = array('field' => 'limit_dns_slave_zone',
                    'db_table' => 'dns_slave',
                    'db_where' => "");
      $limits[] = array('field' => 'limit_dns_record',
@@ -166,4 +170,4 @@
?>
?>