We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91324a0 commit e41fba0Copy full SHA for e41fba0
install/lib/update.lib.php
@@ -126,7 +126,7 @@ function updateDbAndIni() {
126
127
$conf['postfix']['vmail_mailbox_base'] = $ini_array['mail']['homedir_path'];
128
129
- if($ini_array['web']['server_type'] != ''){
+ if(isset($ini_array['web']['server_type']) && $ini_array['web']['server_type'] != ''){
130
$conf['webserver']['server_type'] = $ini_array['web']['server_type'];
131
if($conf['webserver']['server_type'] == 'nginx'){
132
$conf['apache']['installed'] = false;
0 commit comments