[Web] add app hide option

This commit is contained in:
FreddleSpl0it
2024-02-05 11:53:37 +01:00
committed by DerLinkman
parent c5dcae471b
commit 7b965a60ed
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
)
);