File plesk.kolab_chat.inc.php of Package roundcubemail-plugins-kolab (Revision dac891df1ef1ad2428b7787af0ed778c)
Currently displaying revision dac891df1ef1ad2428b7787af0ed778c , Show latest
6
1
2
if (file_exists(RCUBE_CONFIG_DIR .'/'. $_SERVER['HTTP_HOST'] .'/mattermost.inc.php')) {
3
@include_once(RCUBE_CONFIG_DIR .'/'. $_SERVER['HTTP_HOST'] .'/mattermost.inc.php');
4
}
5
6