mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Fixed ownCloud integration (Closes #378)
This commit is contained in:
parent
2d287f0b8d
commit
bfafe95975
9 changed files with 71 additions and 23 deletions
|
|
@ -10,7 +10,6 @@ if (!defined('APP_VERSION'))
|
|||
if (file_exists(APP_INDEX_ROOT_PATH.'rainloop/v/'.APP_VERSION.'/index.php'))
|
||||
{
|
||||
include APP_INDEX_ROOT_PATH.'rainloop/v/'.APP_VERSION.'/index.php';
|
||||
exit(0);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue