mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Multiple domain installation trigger file
This commit is contained in:
parent
530f5e7741
commit
2a22ade112
4 changed files with 5 additions and 16 deletions
12
_include.php
12
_include.php
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
// TODO
|
||||
// Rename this file to "include.php" to enable it.
|
||||
|
||||
/**
|
||||
* @return string
|
||||
|
|
@ -10,13 +10,3 @@ function __get_custom_data_full_path()
|
|||
return '';
|
||||
return '/var/external-rainloop-data-folder/'; // custom data folder path
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $siteName
|
||||
* @return string
|
||||
*/
|
||||
function __get_private_data_folder_internal_name($siteName)
|
||||
{
|
||||
return ''; // default value
|
||||
return $siteName;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue