1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-04 00:16:14 +02:00
Mailu/webmails/rainloop/include.php

20 lines
278 B
PHP
Raw Normal View History

<?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()
{
2019-02-22 15:01:06 +02:00
return 'application.ini';
}