Skip to content

Commit 59cfc6e

Browse files
committed
Added a notice to the installer to choose 'y' for apache configuration if the server shall run the interface.
1 parent 95da61f commit 59cfc6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/install.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@
293293
}
294294

295295
//** Configure Apache
296+
swriteln("If this server shall run the ispconfig interface, select 'y' in the next option.");
296297
if(strtolower($inst->simple_query('Configure Apache Server',array('y','n'),'y')) == 'y') {
297298
swriteln('Configuring Apache');
298299
$inst->configure_apache();

0 commit comments

Comments
 (0)