separate dovecot for postfix and exim4 as exim4 needs 'special treatment'...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -74,7 +74,7 @@ if ($userinfo['change_serversettings'] == '1') {
|
|||||||
foreach ($daemons as $di => $dd) {
|
foreach ($daemons as $di => $dd) {
|
||||||
$title = $dd->title;
|
$title = $dd->title;
|
||||||
if ($dd->default) {
|
if ($dd->default) {
|
||||||
$title = $title." ".$lng['panel']['default'];
|
$title = $title." (".strtolower($lng['panel']['default']).")";
|
||||||
}
|
}
|
||||||
$daemons_select .= makeoption($title, $di);
|
$daemons_select .= makeoption($title, $di);
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user