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 bec5b49 commit 5373945Copy full SHA for 5373945
interface/web/dashboard/dashlets/limits.php
@@ -67,7 +67,7 @@ function show() {
67
68
$limits[] = array('field' => 'limit_web_aliasdomain',
69
'db_table' => 'web_domain',
70
- 'db_where' => "type = 'aliasdomain'");
+ 'db_where' => "type = 'alias'");
71
72
$limits[] = array('field' => 'limit_ftp_user',
73
'db_table' => 'ftp_user',
0 commit comments