We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381520c commit e9ff785Copy full SHA for e9ff785
interface/web/dashboard/dashlets/limits.php
@@ -67,7 +67,7 @@ function show() {
67
68
$limits[] = array('field' => 'limit_web_subdomain',
69
'db_table' => 'web_domain',
70
- 'db_where' => "type = 'subdomain'");
+ 'db_where' => "(type = 'subdomain' OR type = 'vhostsubdomain')");
71
72
$limits[] = array('field' => 'limit_web_aliasdomain',
73
0 commit comments