From d83fcfed014f35702a3d9b22b5c78c0292ca2b20 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 06 Jul 2008 11:26:51 -0400
Subject: [PATCH] - Added database server module.

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

diff --git a/install/update.php b/install/update.php
index 6bd4f18..d5e349c 100644
--- a/install/update.php
+++ b/install/update.php
@@ -196,6 +196,10 @@
 	//** Configure Apache
 	swriteln('Configuring Apache');
 	$inst->configure_apache();
+	
+	//* Configure DBServer
+	swriteln('Configuring DBServer');
+	$inst->configure_dbserver();
 }
 
 //** Configure ISPConfig

--
Gitblit v1.9.1