mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-15 09:00:26 +08:00
Added mailcow app description
This commit is contained in:
parent
9754b8c196
commit
915ffb1991
@ -42,11 +42,13 @@ $PASSWD_REGEP = '.{4,}';
|
||||
$MAILCOW_APPS = array(
|
||||
array(
|
||||
'name' => 'SOGo',
|
||||
'link' => '/SOGo/'
|
||||
'link' => '/SOGo/',
|
||||
'description' => 'SOGo is a collaborative software (groupware) server.'
|
||||
),
|
||||
// array(
|
||||
// 'name' => 'Roundcube',
|
||||
// 'link' => '/rc/'
|
||||
// 'link' => '/rc/',
|
||||
// 'description' => 'Roundcube is a web-based IMAP email client.',
|
||||
// ),
|
||||
);
|
||||
|
||||
@ -60,4 +62,4 @@ $LOG_PAGINATION_SIZE = 30;
|
||||
$SESSION_LIFETIME = 3600;
|
||||
|
||||
// Label for OTP devices
|
||||
$OTP_LABEL = "mailcow UI";
|
||||
$OTP_LABEL = "mailcow UI";
|
||||
|
Loading…
Reference in New Issue
Block a user