ftimme
2012-11-12 4f1de1c95e0a6c0a9da8f9865b960386ca040d4f
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');