Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
567aeab1
Commit
567aeab1
authored
Mar 19, 2016
by
Florian Schaal
Browse files
fixed bastille-detection during install
parent
93e7c2d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
567aeab1
...
...
@@ -172,9 +172,9 @@ class installer_base {
if
(
is_installed
(
'squid'
))
$conf
[
'squid'
][
'installed'
]
=
true
;
if
(
is_installed
(
'nginx'
))
$conf
[
'nginx'
][
'installed'
]
=
true
;
if
(
is_installed
(
'iptables'
)
&&
is_installed
(
'ufw'
))
$conf
[
'ufw'
][
'installed'
]
=
true
;
if
(
is_installed
(
'iptables'
)
&&
is_installed
(
'bastille-netfilter'
))
$conf
[
'firewall'
][
'installed'
]
=
true
;
if
(
is_installed
(
'fail2ban-server'
))
$conf
[
'fail2ban'
][
'installed'
]
=
true
;
if
(
is_installed
(
'vzctl'
))
$conf
[
'openvz'
][
'installed'
]
=
true
;
if
(
is_installed
(
'iptables'
)
&&
is_installed
(
'bastille-netfilter'
))
$conf
[
'bastille'
][
'installed'
]
=
true
;
if
(
is_installed
(
'metronome'
)
&&
is_installed
(
'metronomectl'
))
$conf
[
'xmpp'
][
'installed'
]
=
true
;
if
(
is_installed
(
'spamassassin'
))
$conf
[
'spamassassin'
][
'installed'
]
=
true
;
if
(
is_installed
(
'vlogger'
))
$conf
[
'vlogger'
][
'installed'
]
=
true
;
...
...
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