From 59cfc6eead673f88df150ed6ff06c7c14ad5b5e2 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 14 Nov 2008 10:41:40 -0500
Subject: [PATCH] Added a notice to the installer to choose 'y' for apache configuration if the server shall run the interface.

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

diff --git a/install/install.php b/install/install.php
index c283723..08f21c2 100644
--- a/install/install.php
+++ b/install/install.php
@@ -293,6 +293,7 @@
 	}
 	
 	//** Configure Apache
+	swriteln("If this server shall run the ispconfig interface, select 'y' in the next option.");
 	if(strtolower($inst->simple_query('Configure Apache Server',array('y','n'),'y')) == 'y') {	
 		swriteln('Configuring Apache');
 		$inst->configure_apache();

--
Gitblit v1.9.1