Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
1bed1901
Commit
1bed1901
authored
Jul 07, 2015
by
Florian Schaal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed typo in installer_base.lib.php
parent
f3ff1e4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+1
-1
No files found.
install/lib/installer_base.lib.php
View file @
1bed1901
...
...
@@ -157,7 +157,7 @@ class installer_base {
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
[
'spamassasin'
][
'installed'
]
=
true
;
if
(
is_installed
(
'spamassassin'
))
$conf
[
'spamassas
s
in'
][
'installed'
]
=
true
;
if
(
is_installed
(
'vlogger'
))
$conf
[
'vlogger'
][
'installed'
]
=
true
;
if
(
is_installed
(
'cron'
))
$conf
[
'cron'
][
'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