ftimme
2013-03-13 58b0eacb5c852637508a3fd6ecd2ae4ef587b112
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',