Marius Cramer
2014-07-04 80e18c2c0e2e08e1c4ffb792b731451835cf01d4
interface/web/sites/web_sites_stats.php
@@ -91,7 +91,7 @@
      $app->tpl->pparse();
   }
   function getQueryString() {
   function getQueryString($no_limit = false) {
      global $app;
      $sql_where = '';
@@ -180,7 +180,7 @@
}
$list = new list_action;
$list->SQLExtWhere = "(web_domain.type = 'vhost' or web_domain.type = 'vhostsubdomain')";
$list->SQLExtWhere = "(web_domain.type = 'vhost' or web_domain.type = 'vhostsubdomain' or web_domain.type = 'vhostalias')";
$list->SQLOrderBy = 'ORDER BY web_domain.domain';
$list->onLoad();