From c9b9f2fba8f90f8aa19807a1a5212acb999d1520 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 28 Oct 2009 07:24:54 -0400 Subject: [PATCH] Added: FS#871 - Add a "apps" vhost for applications like phpmyadmin and webmail --- install/update.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/install/update.php b/install/update.php index 08a2fb2..01158e6 100644 --- a/install/update.php +++ b/install/update.php @@ -356,6 +356,10 @@ //** Configure vlogger swriteln('Configuring vlogger'); $inst->configure_vlogger(); + + //** Configure apps vhost + swriteln('Configuring Apps vhost'); + $inst->configure_apps_vhost(); } -- Gitblit v1.9.1