ftimme
2013-06-08 fe9a23f542bc56c1c0b6dc30257418e38ff7bd3a
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',