mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-02 09:54:21 +08:00
Resolve #507
This commit is contained in:
parent
e97984d6c5
commit
232ad31553
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ if (!defined('APP_VERSION'))
|
||||||
define('APP_INDEX_ROOT_PATH', __DIR__ . DIRECTORY_SEPARATOR);
|
define('APP_INDEX_ROOT_PATH', __DIR__ . DIRECTORY_SEPARATOR);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (file_exists('snappymail/v/'.APP_VERSION.'/include.php'))
|
if (file_exists(APP_INDEX_ROOT_PATH.'snappymail/v/'.APP_VERSION.'/include.php'))
|
||||||
{
|
{
|
||||||
include 'snappymail/v/'.APP_VERSION.'/include.php';
|
include APP_INDEX_ROOT_PATH.'snappymail/v/'.APP_VERSION.'/include.php';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue