ftimme
2013-03-25 627b359c78f1be056735da4d9a2ef0ecb39b9425
interface/web/dashboard/ajax_get_json.php
@@ -55,7 +55,16 @@
      $result[] = _search('client', 'reseller', "AND limit_client != 0");
      
      // web sites
      $result[] = _search('sites', 'web_domain');
      $result[] = _search('sites', 'web_domain', "AND type = 'vhost'");
      // subdomains
      $result[] = _search('sites', 'web_subdomain', "AND type = 'subdomain'");
      // web site aliases
      $result[] = _search('sites', 'web_aliasdomain', "AND type = 'alias'");
      // vhostsubdomains
      $result[] = _search('sites', 'web_vhost_subdomain', "AND type = 'vhostsubdomain'");
      
      // FTP users
      $result[] = _search('sites', 'ftp_user');