Dominik Mueller
2014-01-21 779b174e3d72667b12d5815f314f31beafde4710
missing bracket added
1 files modified
2 ■■■ changed files
interface/web/dashboard/dashlets/limits.php 2 ●●● patch | view | raw | blame | history
interface/web/dashboard/dashlets/limits.php
@@ -71,7 +71,7 @@
        $limits[] = array('field' => 'limit_web_aliasdomain',
            'db_table' => 'web_domain',
                          'db_where' => "(type = 'alias' OR type = 'vhostalias'");
                          'db_where' => "(type = 'alias' OR type = 'vhostalias')");
        $limits[] = array('field' => 'limit_ftp_user',
            'db_table' => 'ftp_user',