Multiple domain installation trigger file

This commit is contained in:
RainLoop Team 2014-04-15 04:18:40 +04:00
parent 530f5e7741
commit 2a22ade112
4 changed files with 5 additions and 16 deletions

View file

@ -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;
}