From a3576476db51350970a77bf8127ed89b1d626851 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 03 Jul 2007 10:48:09 -0400 Subject: [PATCH] Several website related fixes. --- interface/web/sites/web_domain_list.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/sites/web_domain_list.php b/interface/web/sites/web_domain_list.php index edc7e7f..03a3cb2 100644 --- a/interface/web/sites/web_domain_list.php +++ b/interface/web/sites/web_domain_list.php @@ -50,7 +50,7 @@ $app->uses('listform_actions'); // Limit the results to alias domains -// $app->listform_actions->SQLExtWhere = "type = 'local'"; +$app->listform_actions->SQLExtWhere = "type = 'vhost'"; $app->listform_actions->onLoad(); -- Gitblit v1.9.1