tbrehm
2008-11-14 59cfc6eead673f88df150ed6ff06c7c14ad5b5e2
Added a notice to the installer to choose 'y' for apache configuration if the server shall run the interface.
1 files modified
1 ■■■■ changed files
install/install.php 1 ●●●● patch | view | raw | blame | history
install/install.php
@@ -293,6 +293,7 @@
    }
    
    //** 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();