remove accidentally added character

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-04-03 14:43:37 +02:00
parent 3fbc9815ea
commit 7f6810c5bd

View File

@@ -772,7 +772,7 @@ class Apache extends HttpConfigBase
$logtype = 'vhost_combined'; $logtype = 'vhost_combined';
} }
if (Settings::Get('system.logfiles_piped') == '1' && Settings::Get('system.logfiles_script') != ''z) { if (Settings::Get('system.logfiles_piped') == '1' && Settings::Get('system.logfiles_script') != '') {
if ($domain['writeerrorlog']) { if ($domain['writeerrorlog']) {
// replace for error_log // replace for error_log
$command = \Froxlor\PhpHelper::replaceVariables(Settings::Get('system.logfiles_script'), array( $command = \Froxlor\PhpHelper::replaceVariables(Settings::Get('system.logfiles_script'), array(