diff --git a/install/install.php b/install/install.php index c283723e62a3d97c4e9bf8acb151f74c33284993..08f21c251ddaa058bf38d290c042a41cf932627e 100644 --- a/install/install.php +++ b/install/install.php @@ -293,6 +293,7 @@ if($install_mode == 'Standard') { } //** 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();