update recovered sdlc git repo
This commit is contained in:
17
etc-template/kopano/webapp/config-intranet.php
Normal file
17
etc-template/kopano/webapp/config-intranet.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
define('PLUGIN_INTRANET_USER_DEFAULT_ENABLE', false);
|
||||
|
||||
define('PLUGIN_INTRANET_BUTTON_TITLE', 'Kopano.io');
|
||||
define('PLUGIN_INTRANET_URL', 'https://kopano.io/');
|
||||
define('PLUGIN_INTRANET_AUTOSTART', false);
|
||||
define('PLUGIN_INTRANET_ICON', 'resources/icons/icon_default.png');
|
||||
|
||||
|
||||
// More buttons can be added by adding a number as follows
|
||||
// Note: Numbers must start with 1 and be sequential
|
||||
define('PLUGIN_INTRANET_BUTTON_TITLE_1', 'Kopano.com');
|
||||
define('PLUGIN_INTRANET_URL_1', 'https://kopano.com/');
|
||||
define('PLUGIN_INTRANET_AUTOSTART_1', false);
|
||||
define('PLUGIN_INTRANET_ICON_1', 'resources/icons/icon_default.png');
|
||||
|
||||
Reference in New Issue
Block a user