Added mailcow app description
parent
9754b8c196
commit
915ffb1991
|
@ -42,11 +42,13 @@ $PASSWD_REGEP = '.{4,}';
|
||||||
$MAILCOW_APPS = array(
|
$MAILCOW_APPS = array(
|
||||||
array(
|
array(
|
||||||
'name' => 'SOGo',
|
'name' => 'SOGo',
|
||||||
'link' => '/SOGo/'
|
'link' => '/SOGo/',
|
||||||
|
'description' => 'SOGo is a collaborative software (groupware) server.'
|
||||||
),
|
),
|
||||||
// array(
|
// array(
|
||||||
// 'name' => 'Roundcube',
|
// 'name' => 'Roundcube',
|
||||||
// 'link' => '/rc/'
|
// 'link' => '/rc/',
|
||||||
|
// 'description' => 'Roundcube is a web-based IMAP email client.',
|
||||||
// ),
|
// ),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue