[Web] add app hide option

This commit is contained in:
FreddleSpl0it
2023-03-10 15:53:09 +01:00
committed by DerLinkman
parent 415c1d0574
commit 6e35574c72
6 changed files with 64 additions and 8 deletions
+3 -1
View File
@@ -122,7 +122,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
)
);