[Web] add app hide option

This commit is contained in:
FreddleSpl0it
2023-03-10 15:53:09 +01:00
parent 226bdfac72
commit 41a087630b
6 changed files with 64 additions and 10 deletions

View File

@@ -119,7 +119,9 @@ $SHOW_DKIM_PRIV_KEYS = false;
$MAILCOW_APPS = array(
array(
'name' => 'Webmail',
'link' => '/SOGo/',
'link' => '/SOGo/so/',
'user_link' => '/sogo-auth.php?login=%u',
'hide' => true
)
);