Marius Cramer
2014-01-24 e60d4c7e35e5dd3a5f4fb1d5b3a25345b6275146
interface/web/sites/web_sites_stats.php
@@ -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();