diff --git a/install/install.php b/install/install.php index 3b54edd69c507df6e14dd97fef402164727913ac..b9d2f0641eb01b2a0226f3e5f53026e3be2e1684 100644 --- a/install/install.php +++ b/install/install.php @@ -439,6 +439,7 @@ if($install_mode == 'standard' || strtolower($inst->simple_query('Configure DNS } +if($install_mode == 'expert') swriteln('The Web Server option has to be enabled when you want run a web server or when this node shall host the ISPConfig interface.'); if($install_mode == 'standard' || strtolower($inst->simple_query('Configure Web Server', array('y', 'n'), 'y','configure_webserver')) == 'y') { //* Configure Apache if($conf['apache']['installed']){