mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
Merge ec714337e7 into e727620bd3
This commit is contained in:
commit
b60dd2fc5e
1 changed files with 0 additions and 6 deletions
|
|
@ -62,12 +62,6 @@ if ($app_links_processed){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Workaround to get text with <br> straight to twig.
|
|
||||||
// Using "nl2br" doesn't work with Twig as it would escape everything by default.
|
|
||||||
if (isset($UI_TEXTS["ui_footer"])) {
|
|
||||||
$UI_TEXTS["ui_footer"] = nl2br($UI_TEXTS["ui_footer"]);
|
|
||||||
}
|
|
||||||
|
|
||||||
$globalVariables = [
|
$globalVariables = [
|
||||||
'mailcow_hostname' => getenv('MAILCOW_HOSTNAME'),
|
'mailcow_hostname' => getenv('MAILCOW_HOSTNAME'),
|
||||||
'mailcow_locale' => @$_SESSION['mailcow_locale'],
|
'mailcow_locale' => @$_SESSION['mailcow_locale'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue