mcramer
2012-08-24 5d11e1209ea7876c391075817d64ddf1a5cdde4c
interface/web/sites/web_sites_stats.php
@@ -82,7 +82,7 @@
}
$list = new list_action;
$list->SQLExtWhere = "type = 'vhost'";
$list->SQLExtWhere = "(type = 'vhost' or type = 'vhostsubdomain')";
$list->SQLOrderBy = 'ORDER BY domain';
$list->onLoad();