Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
e41fba0f
Commit
e41fba0f
authored
Sep 21, 2011
by
tbrehm
Browse files
Fixed a php notice in the installer.
parent
91324a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/update.lib.php
View file @
e41fba0f
...
@@ -126,7 +126,7 @@ function updateDbAndIni() {
...
@@ -126,7 +126,7 @@ function updateDbAndIni() {
$conf
[
'postfix'
][
'vmail_mailbox_base'
]
=
$ini_array
[
'mail'
][
'homedir_path'
];
$conf
[
'postfix'
][
'vmail_mailbox_base'
]
=
$ini_array
[
'mail'
][
'homedir_path'
];
if
(
$ini_array
[
'web'
][
'server_type'
]
!=
''
){
if
(
isset
(
$ini_array
[
'web'
][
'server_type'
])
&&
$ini_array
[
'web'
][
'server_type'
]
!=
''
){
$conf
[
'webserver'
][
'server_type'
]
=
$ini_array
[
'web'
][
'server_type'
];
$conf
[
'webserver'
][
'server_type'
]
=
$ini_array
[
'web'
][
'server_type'
];
if
(
$conf
[
'webserver'
][
'server_type'
]
==
'nginx'
){
if
(
$conf
[
'webserver'
][
'server_type'
]
==
'nginx'
){
$conf
[
'apache'
][
'installed'
]
=
false
;
$conf
[
'apache'
][
'installed'
]
=
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment