Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
c75ab942
Commit
c75ab942
authored
Feb 22, 2017
by
Till Brehm
Browse files
Fixed language string in mailman on CentOS 7.3
parent
7e64bb3e
Changes
1
Show whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
c75ab942
...
...
@@ -777,7 +777,7 @@ class installer_base {
$virtual_domains
=
"' '"
;
$content
=
str_replace
(
'{hostname}'
,
$conf
[
'hostname'
],
$content
);
if
(
!
isset
(
$old_options
[
'DEFAULT_SERVER_LANGUAGE'
])
||
$old_options
[
'DEFAULT_SERVER_LANGUAGE'
]
==
''
)
$old_options
[
'DEFAULT_SERVER_LANGUAGE'
]
=
'en'
;
if
(
!
isset
(
$old_options
[
'DEFAULT_SERVER_LANGUAGE'
])
||
$old_options
[
'DEFAULT_SERVER_LANGUAGE'
]
==
''
)
$old_options
[
'DEFAULT_SERVER_LANGUAGE'
]
=
"
'en'
"
;
$content
=
str_replace
(
'{default_language}'
,
$old_options
[
'DEFAULT_SERVER_LANGUAGE'
],
$content
);
$content
=
str_replace
(
'{virtual_domains}'
,
$virtual_domains
,
$content
);
...
...
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