From 4cc3fce6a57d8f92e80275ad8b38d0aefaedd705 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 27 Jun 2008 13:14:39 +0000 Subject: [PATCH] - Clearer question in installer for multi server setup. --- install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.php b/install/install.php index 3138ee5150..5fc084ceec 100644 --- a/install/install.php +++ b/install/install.php @@ -209,7 +209,7 @@ if($install_mode == 'Standard') { // $conf['server_id'] = $inst->free_query('Unique Numeric ID of the server','1'); // Server ID is an autoInc value of the mysql database now - if(strtolower($inst->simple_query('Shall this server join a existing ISPConfig installation? If not, we will create a new database now',array('y','n'),'y')) == 'n') { + if(strtolower($inst->simple_query('Create a new database? (We do not want to join a existing ISPConfig server setup)',array('y','n'),'y')) == 'y') { //* Create the mysql database $inst->configure_database(); system('/etc/init.d/mysql restart'); -- GitLab