Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
94cb904a
Commit
94cb904a
authored
May 19, 2011
by
latham
Browse files
oops, I missed a curlly brace, sorry
parent
7ee55f66
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/install.php
View file @
94cb904a
...
...
@@ -248,6 +248,7 @@ if($install_mode == 'standard') {
if
(
$conf
[
'fail2ban'
][
'installed'
]
==
true
)
{
swriteln
(
'Configuring Fail2ban'
);
$inst
->
configure_fail2ban
();
}
if
(
$conf
[
'squid'
][
'installed'
]
==
true
)
{
$conf
[
'services'
][
'proxy'
]
=
true
;
...
...
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