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
Zvonimir
ISPConfig 3
Commits
6ba4fa90
Commit
6ba4fa90
authored
Oct 22, 2013
by
Falko Timme
Browse files
- Fixed FS#3122 - Slave update asking for ISPConfig port.
parent
391e05cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/update.php
View file @
6ba4fa90
...
...
@@ -364,7 +364,12 @@ if($reconfigure_services_answer == 'yes') {
//** Configure ISPConfig
swriteln
(
'Updating ISPConfig'
);
if
(
$conf
[
'apache'
][
'installed'
]
==
true
){
if
(
!
is_file
(
$conf
[
'apache'
][
'vhost_conf_dir'
]
.
'/ispconfig.vhost'
))
$inst
->
install_ispconfig_interface
=
false
;
}
if
(
$conf
[
'nginx'
][
'installed'
]
==
true
){
if
(
!
is_file
(
$conf
[
'nginx'
][
'vhost_conf_dir'
]
.
'/ispconfig.vhost'
))
$inst
->
install_ispconfig_interface
=
false
;
}
if
(
$conf
[
'services'
][
'web'
]
&&
$inst
->
install_ispconfig_interface
)
{
//** Customise the port ISPConfig runs on
...
...
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