This commit is contained in:
the-djmaze 2022-08-31 16:23:01 +02:00
parent e97984d6c5
commit 232ad31553

View file

@ -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
{