mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +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);
|
||||
}
|
||||
|
||||
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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue