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 df1a05e commit 779b174Copy full SHA for 779b174
interface/web/dashboard/dashlets/limits.php
@@ -71,7 +71,7 @@ function show() {
71
72
$limits[] = array('field' => 'limit_web_aliasdomain',
73
'db_table' => 'web_domain',
74
- 'db_where' => "(type = 'alias' OR type = 'vhostalias'");
+ 'db_where' => "(type = 'alias' OR type = 'vhostalias')");
75
76
$limits[] = array('field' => 'limit_ftp_user',
77
'db_table' => 'ftp_user',
0 commit comments