mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
v2.4.2
This commit is contained in:
parent
af3c79ce80
commit
d1e55ff16e
4 changed files with 104 additions and 97 deletions
|
|
@ -4,7 +4,7 @@ if (!defined('APP_VERSION'))
|
|||
{
|
||||
define('APP_VERSION', '0.0.0');
|
||||
define('APP_INDEX_ROOT_FILE', __FILE__);
|
||||
define('APP_INDEX_ROOT_PATH', str_replace('\\', '/', rtrim(dirname(__FILE__), '\\/').'/'));
|
||||
define('APP_INDEX_ROOT_PATH', strtr(__DIR__, DIRECTORY_SEPARATOR, '/') . '/');
|
||||
}
|
||||
|
||||
if (file_exists(APP_INDEX_ROOT_PATH.'snappymail/v/'.APP_VERSION.'/include.php'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue