Florian Schaal
2014-01-31 71ea5d5d462248e2b46af80a51dbe49db47ec8b6
fixed install.php - adding missing else after standard-mode
1 files modified
2 ■■■■■ changed files
install/install.php 2 ●●●●● patch | view | raw | blame | history
install/install.php
@@ -344,6 +344,8 @@
    if($conf['nginx']['installed'] == true && $conf['nginx']['init_script'] != '') system($inst->getinitcommand($conf['nginx']['init_script'], 'restart').' &> /dev/null');
    if($conf['ufw']['installed'] == true && $conf['ufw']['init_script'] != '') system($inst->getinitcommand($conf['ufw']['init_script'], 'restart').' &> /dev/null');
} else {
    //* In expert mode, we select the services in the following steps, only db is always available
    $conf['services']['mail'] = false;
    $conf['services']['web'] = false;