mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
v1.2.10.427
This commit is contained in:
parent
b1032fd365
commit
c658c5af1f
396 changed files with 644 additions and 187 deletions
|
|
@ -7,10 +7,10 @@
|
|||
if (file_exists(APP_INDEX_ROOT_PATH.'include.php'))
|
||||
{
|
||||
include_once APP_INDEX_ROOT_PATH.'include.php';
|
||||
$sCustomDataPath = function_exists('__get_custom_data_full_path') ? trim(__get_custom_data_full_path()) : '';
|
||||
$sCustomDataPath = function_exists('__get_custom_data_full_path') ? trim(trim(__get_custom_data_full_path()), '\\/') : '';
|
||||
}
|
||||
|
||||
define('APP_DATA_FOLDER_PATH', 0 === strlen($sCustomDataPath) ? APP_INDEX_ROOT_PATH.'data/' : $sCustomDataPath);
|
||||
define('APP_DATA_FOLDER_PATH', 0 === strlen($sCustomDataPath) ? APP_INDEX_ROOT_PATH.'data/' : $sCustomDataPath.'/');
|
||||
|
||||
$sVersion = @file_get_contents(APP_DATA_FOLDER_PATH.'VERSION');
|
||||
if (false !== $sVersion)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue