tbrehm
2012-08-27 da843bf45f6c0edfbc246efaacc8a329b2ce7a8b
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();