From 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 28 Oct 2009 14:30:28 -0400 Subject: [PATCH] Implemented: FS#757 - Add "custom" option to transports --- 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