From 0a1f027bd9b71d618376e1365c35d95d97b15782 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 07 Dec 2008 10:32:29 -0500
Subject: [PATCH] - Detect installed services - Update server.ini during install - Changed default vmail directory form /home/vmail to /var/vmail

---
 install/update.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/install/update.php b/install/update.php
index 5ac9cb4..ac32b1d 100644
--- a/install/update.php
+++ b/install/update.php
@@ -102,6 +102,9 @@
 
 $inst = new installer();
 
+//** Detect the installed applications
+$inst->find_installed_apps();
+
 echo "This application will update ISPConfig 3 on your server.\n";
 
 //** Initialize the MySQL server connection

--
Gitblit v1.9.1