mcramer
2012-08-22 e9ff7852f16c7179d90d0e8213ef039b45444d70
Bugfix: vhost subdomain were not counted on subdomain limit

1 files modified
2 ■■■ changed files
interface/web/dashboard/dashlets/limits.php 2 ●●● patch | view | raw | blame | history
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',