tbrehm
2012-12-19 789ca03af109f35403f8ea965268fdce4f882ce5
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',