Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Bas van Beek
ISPConfig 3
Commits
319dd9c0
Commit
319dd9c0
authored
Aug 16, 2015
by
Florian Schaal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change "force configure openvz"
parent
06129597
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
install/install.php
install/install.php
+6
-2
No files found.
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
Markdown
is supported
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