mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-11 01:23:43 +08:00
12 lines
214 B
PHP
12 lines
214 B
PHP
<?php
|
|
|
|
// Rename this file to "include.php" to enable it.
|
|
|
|
/**
|
|
* @return string
|
|
*/
|
|
function __get_custom_data_full_path()
|
|
{
|
|
return '';
|
|
return '/var/external-rainloop-data-folder/'; // custom data folder path
|
|
}
|