Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
319dd9c0
Commit
319dd9c0
authored
Aug 16, 2015
by
Florian Schaal
Browse files
change "force configure openvz"
parent
06129597
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/install.php
View file @
319dd9c0
...
...
@@ -755,8 +755,12 @@ if($install_mode == 'standard') {
}
}
if
(
$conf
[
'openvz'
][
'installed'
]
=
true
&&
strtolower
(
$inst
->
simple_query
(
'Enable Openvz-Server'
,
array
(
'y'
,
'n'
),
'y'
,
'configure_openvz'
))
==
'y'
)
$conf
[
'services'
][
'vserver'
]
=
true
;
//* Configure OpenVZ
$force
=
@
(
$conf
[
'openvz'
][
'installed'
])
?
true
:
$inst
->
force_configure_app
(
'OpenVZ'
);
if
(
$force
)
{
$conf
[
'services'
][
'vserver'
]
=
true
;
swriteln
(
'Configuring OpenVZ'
);
}
if
(
strtolower
(
$inst
->
simple_query
(
'Configure Firewall Server'
,
array
(
'y'
,
'n'
),
'y'
,
'configure_firewall'
))
==
'y'
)
{
//* Check for Firewall
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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