mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +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
|
|
@ -189,4 +189,9 @@ Options -Indexes
|
|||
}
|
||||
|
||||
include APP_VERSION_ROOT_PATH.'app/handle.php';
|
||||
|
||||
if (defined('RAINLOOP_EXIT_ON_END') && RAINLOOP_EXIT_ON_END)
|
||||
{
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue