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
Helmo
ISPConfig 3
Commits
3ed6e17c
Commit
3ed6e17c
authored
Feb 04, 2021
by
Thom
🛠
Browse files
Apply suggestions from !1405
parent
a29401db
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
3ed6e17c
...
...
@@ -1182,8 +1182,8 @@ class installer_base {
$content
=
strtr
(
$content
,
$postconf_placeholders
);
$postconf_commands
=
array_merge
(
$postconf_commands
,
array_filter
(
explode
(
"
\n
"
,
$content
)));
}
if
(
file_exists
(
$conf
[
'ispconfig_install_dir'
]
.
'/server/conf-custom/install/
postfix_custom.conf
.master'
))
{
$configfile
=
'postfix_custom.conf'
;
$configfile
=
'
postfix_custom.conf
'
;
if
(
file_exists
(
$conf
[
'ispconfig_install_dir'
]
.
'/server/conf-custom/install/'
.
$configfile
.
'.master'
))
{
$content
=
rfsel
(
$conf
[
'ispconfig_install_dir'
]
.
'/server/conf-custom/install/'
.
$configfile
.
'.master'
);
$content
=
strtr
(
$content
,
$postconf_placeholders
);
$postconf_commands
=
array_merge
(
$postconf_commands
,
array_filter
(
explode
(
"
\n
"
,
$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