From 621f2702ac5a707818141e6695767b519ecbdf4a Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Tue, 11 Mar 2014 11:18:21 -0400 Subject: [PATCH] Merge branch 'stable-3.0.5' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.0.5 --- install/install.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/install/install.php b/install/install.php index a3393c1..847c2fd 100644 --- a/install/install.php +++ b/install/install.php @@ -87,6 +87,7 @@ //** Installer Interface //**************************************************************************************************** $inst = new installer(); + swriteln($inst->lng(' Following will be a few questions for primary configuration so be careful.')); swriteln($inst->lng(' Default values are in [brackets] and can be accepted with <ENTER>.')); swriteln($inst->lng(' Tap in "quit" (without the quotes) to stop the installer.'."\n\n")); -- Gitblit v1.9.1