From 6e8071c5e2eb86a280180638a73ad80e7264f133 Mon Sep 17 00:00:00 2001 From: Dominik Müller <info@profi-webdesign.net> Date: Sun, 19 Jan 2014 17:13:54 -0500 Subject: [PATCH] Merge branch 'vhostalias' of /home/git/repositories/renky/ispconfig3 --- interface/web/sites/web_sites_stats.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/sites/web_sites_stats.php b/interface/web/sites/web_sites_stats.php index 9bf96cb..b6e3a3d 100644 --- a/interface/web/sites/web_sites_stats.php +++ b/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(); -- Gitblit v1.9.1