ftimme
2012-09-04 b889edb33e4a09cc1f65d2fb9ad9f9ea16b1eae9
interface/web/dashboard/dashlets/limits.php
@@ -67,7 +67,7 @@
      
      $limits[] = array('field' => 'limit_web_subdomain',
                    'db_table' => 'web_domain',
                    'db_where' => "type = 'subdomain'");
                    'db_where' => "(type = 'subdomain' OR type = 'vhostsubdomain')");
      
      $limits[] = array('field' => 'limit_web_aliasdomain',
                    'db_table' => 'web_domain',