Add a rainloop Webmail image, fixes #58

This commit is contained in:
Pierre Jaury
2016-09-03 14:10:42 +02:00
parent f5b9f569ca
commit d60ef1991c
7 changed files with 83 additions and 2 deletions

19
rainloop/include.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
// Rename this file to "include.php" to enable it.
/**
* @return string
*/
function __get_custom_data_full_path()
{
return '/data/'; // custom data folder path
}
/**
* @return string
*/
function __get_additional_configuration_name()
{
return 'config.ini';
}