mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-29 17:22:20 +00:00
20 lines
278 B
PHP
20 lines
278 B
PHP
<?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 'application.ini';
|
|
}
|