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/install.php | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/install/install.php b/install/install.php index d953964..257b5b2 100644 --- a/install/install.php +++ b/install/install.php @@ -183,6 +183,10 @@ $inst->conf['apache']['vhost_port'] = $inst->free_query('ISPConfig Port', '8080'); $inst->install_ispconfig(); + + //* Configure DBServer + swriteln('Configuring DBServer'); + $inst->configure_dbserver(); //* Configure ISPConfig swriteln('Installing Crontab'); @@ -306,6 +310,10 @@ } $inst->install_ispconfig(); + + //* Configure DBServer + swriteln('Configuring DBServer'); + $inst->configure_dbserver(); //* Configure ISPConfig swriteln('Installing Crontab'); -- Gitblit v1.9.1