Skip to content

Commit 4cc3fce

Browse files
committed
- Clearer question in installer for multi server setup.
1 parent 09ee5bf commit 4cc3fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
// $conf['server_id'] = $inst->free_query('Unique Numeric ID of the server','1');
210210
// Server ID is an autoInc value of the mysql database now
211211

212-
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') {
212+
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') {
213213
//* Create the mysql database
214214
$inst->configure_database();
215215
system('/etc/init.d/mysql restart');

0 commit comments

Comments
 (0)