We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 833c193 + 3c5d232 commit 4191a7dCopy full SHA for 4191a7d
install/lib/installer_base.lib.php
@@ -1177,7 +1177,7 @@ public function configure_postfix($options = '') {
1177
}
1178
$configfile = 'postfix_custom.conf';
1179
if(file_exists($conf['ispconfig_install_dir'].'/server/conf-custom/install/' . $configfile . '.master')) {
1180
- $content = rfsel($conf['ispconfig_install_dir'].'/server/conf-custom/install/'.$configfile.'.master');
+ $content = file_get_contents($conf['ispconfig_install_dir'].'/server/conf-custom/install/'.$configfile.'.master');
1181
$content = strtr($content, $postconf_placeholders);
1182
$postconf_commands = array_merge($postconf_commands, array_filter(explode("\n", $content)));
1183
0 commit comments