tbrehm
2013-08-09 cc434c64d1ba5dad95430ec0b513853f7711c835
Changed default for "Install ISPConfig Web Interface" to 'n' for multiserver slave installs in extended install mode.
1 files modified
3 ■■■■ changed files
install/install.php 3 ●●●● patch | view | raw | blame | history
install/install.php
@@ -565,7 +565,8 @@
    }*/
    
    //** Configure ISPConfig :-)
    if(strtolower($inst->simple_query('Install ISPConfig Web Interface',array('y','n'),'y')) == 'y') {
    $install_ispconfig_interface_default = ($conf['mysql']['master_slave_setup'] == 'y')?'n':'y';
    if(strtolower($inst->simple_query('Install ISPConfig Web Interface',array('y','n'),$install_ispconfig_interface_default)) == 'y') {
        swriteln('Installing ISPConfig');
        
        //** We want to check if the server is a module or cgi based php enabled server